Paynow-NodeJS-SDK
Paynow-NodeJS-SDK copied to clipboard
Update to ES6 compatible SDK
Is your feature request related to a problem? Please describe.
Currently the SDK doesn't support the import
syntax which is now common in modern Javascript frameworks. Thus the SDK cannot natively work in frameworks like Svelte.
Describe the solution you'd like
Update the framwork to use import
, not just with Typescript but with vanilla Javascript.
Describe alternatives you've considered None that I can think of.
Additional context