Skip to content

Releases: Nets-eCom/php-payment-sdk

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

0.5.0

14 May 10:21
24b9390

Choose a tag to compare

Changelog (0.4.1...0.5.0)

  • feat(webhook): add instruction models into README
  • chore: allow minimal supported PHP 8.1 to enable 8.4
  • chore(webhook): make PhoneNumber not mandatory in CheckoutCompleted
  • feat(webhook): add ReservationCreated model
  • chore(subscription): add unit test for VerifySubscriptions
  • feat(subscription): add verifySubscriptions method and related models
  • feat(subscription): add retrieve bulk verifications operation

0.4.1

23 Apr 19:23
eeeac72

Choose a tag to compare

fix(embedded): default null value for cancelUrl parameter