paymongo
paymongo copied to clipboard
A lightweight Node.js client for Paymongo API
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Is there an easy way to see what changes were made from 1.1.1 to 1.2.x? The latest Github release tag is from https://github.com/jofftiquez/paymongo/releases/tag/v1.0.4 and the page at https://jofftiquez.gitbook.io/paymongo/change-logs seems outdated.
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
**Describe the bug** After submitting the issue I'm not aware of the GH actions but it doesn't work. So it is a good thing to report it instead. **To Reproduce**...
After installing paymongo on an empty express app and running the ff code, it errors out. ```javascript const paymongo = require("paymongo"); ``` Something similar to [this link](https://github.com/ethereum/web3.js/issues/2221).
Double check existing instance API key in constructor Resolves https://github.com/OSSPhilippines/paymongo/issues/50
**Describe the bug** We are using this library to process payment with different paymongo account in the same application runtime. Cause of the Singleton design pattern we sometime don't have...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...