Skip to content

Releases: getsafepay/safepay-node

Fix body signature verification

21 Sep 23:35
Compare
Choose a tag to compare

Fix webhook signatures

21 Sep 16:01
Compare
Choose a tag to compare

Update SDK to support new Checkout

18 Aug 08:44
Compare
Choose a tag to compare

Update types and config structures

17 Apr 12:41
Compare
Choose a tag to compare

Changes the Safepay constructor object from

const safepay = new Safepay({
  environment: 'sandbox',
  key: 'sec_asd12-2342s-1231s',
  secret: 'bar'
})

to

const safepay = new Safepay({
  environment: 'sandbox',
  apiKey: 'sec_asd12-2342s-1231s',
  v1Secret: 'bar',
  webhookSecret: 'foo'
})

Update to Typescript

21 Feb 12:13
1a069f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v1.0.0