Paynow-NodeJS-SDK icon indicating copy to clipboard operation
Paynow-NodeJS-SDK copied to clipboard

NodeJS SDK for Zimbabwe's leading payments gateway, Paynow

Results 5 Paynow-NodeJS-SDK issues
Sort by recently updated
recently updated
newest added

**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...

mobile payement not working An error occured while initiating transaction Error: Hashes do not match! at Paynow.parse (C:\Users\USER\Documents\projects\nodejs\league\leaguebackend\node_modules\paynow\dist\paynow.js:101:23) at C:\Users\USER\Documents\projects\nodejs\league\leaguebackend\node_modules\paynow\dist\paynow.js:87:26 at processTicksAndRejections (internal/process/task_queues.js:95:5) ![paynow](https://user-images.githubusercontent.com/82642406/128378721-7783f8c7-0537-4533-bc29-c3c9a4fb3fcd.PNG) ![paynow](https://user-images.githubusercontent.com/82642406/128378813-1f26d5f1-6652-47be-8529-80977ab939d5.PNG)

Your module couldn't be imported into a node project written in Typescript as you were not emitting type declarations during your build using tsc. So, I made the following changes...