Skip to content

Releases: Nets-eCom/php-payment-sdk

0.13.0

14 May 12:12

Choose a tag to compare

Full Changelog: 0.12.0...0.13.0

  • feat: card payment endpoint implementation
  • feat: implement retrieve unscheduled subscription by external reference

0.12.0

07 May 11:09

Choose a tag to compare

feat: added UrlDictionary class
fix: added country property to Address result model

0.11.0

04 Feb 10:27
723ebef

Choose a tag to compare

Full Changelog: 0.10.0...0.11.0

  • fix: allow countries without postal codes
  • style: rector fixes

0.10.0

21 Oct 09:02

Choose a tag to compare

Full Changelog: 0.9.0...0.10.0

  • feat: add surcharge to models

0.9.0

07 Oct 09:41

Choose a tag to compare

Full Changelog: 0.8.1...0.9.0

  • feat: idempotency headers
  • feat: implement charge single subscription method
  • feat: implement get payment methods

0.8.1

20 Aug 08:06
556c4b6

Choose a tag to compare

Full Changelog: 0.8.0...0.8.1

  • fix: replace merchantNumber parameter with merchantId for payment.created webhook model

0.8.0

04 Aug 09:26

Choose a tag to compare

Full Changelog: 0.7.0...0.8.0

  • feat: add new exception type on unauthorized api

0.7.0

24 Jun 13:57
3807b28

Choose a tag to compare

Full Changelog: 0.6.0...0.7.0

  • feat(webhook): introduce RefundInitiated model
  • feat(webhook): introduce ChargeFailed model
  • feat(webhook): introduce CancelFailed model
  • feat(webhook): introduce RefundFailed model
  • feat(webhook): introduce ReservationFailed model
  • feat(webhook): introduce ReservationCreatedV1 model and introduce property
  • feat(webhook): introduce PaymentCreated model
  • feat: add idempotency key support for charge and refund

0.6.0

10 Jun 12:37
f2fd5ca

Choose a tag to compare

Full Changelog: 0.5.1...0.6.0

  • feat: add payment method configuration

0.5.1

19 May 10:53
4cc2f44

Choose a tag to compare

Full Changelog: 0.5.0...0.5.1

  • fix(webhook): make fields optional in ReservationCreated and CheckoutCompleted models