Skip to content

Releases: gamemoney-ps/gamemoney-node-sdk

6.0.0

06 Jul 10:17
Compare
Choose a tag to compare
  • Added getCardSessionStatus
  • Fixed InvoiceNotification type
  • Updated npm packages

5.0.0

10 Feb 09:21
0fc5c4b
Compare
Choose a tag to compare

4.3.0

19 Nov 11:44
3bb32f5
Compare
Choose a tag to compare
  • Added getExchangeRate method
  • Added missing fields
  • Updated npm packages

4.2.0

21 May 14:43
Compare
Choose a tag to compare
  • Added GameMoneyError class to determine the source of an error (example)
  • Updated npm dependencies

4.1.0

18 Feb 11:32
Compare
Choose a tag to compare
  • Add refunds to CheckoutNotification

4.0.1

21 Jan 13:56
Compare
Choose a tag to compare
  • This package is now pure ESM. Please read this.
  • Config property privateKey renamed to rsaPrivateKey.
  • Config property hmacKey renamed to hmacPrivateKey.
  • Use got instead of deprecated request and request-promise-native packages.
  • Use strict tsconfig.json.
  • Use xo, eslint and prettier with reusable configs instead of tslint.
  • Added missing API methods.
  • Fixed incorrect typings.
  • Added exportable interfaces for notification handler routes.
  • Added some examples.
  • Use JSDoc comments for methods