Skip to content

Releases: Pod-Point/payments-php

Throw new `Canceled` exception when trying to capture a payment intent that is already cancelled

14 Jul 09:57
39833ab

Choose a tag to compare

What's Changed

  • feat(PAR-427): Throw new Canceled exception when trying to capture a payment intent that is already cancelled by @rickschubert in #14

New Contributors

Full Changelog: v1.0.4...v2.0.0

Cancel hold

24 May 14:01
3d8cdb9

Choose a tag to compare

Feature/swp 2866 (#12)

* WIP.

* adding tests.

* fixing bad merge.

* fixing lint
using cancellation reason in data provider to test them all.

* removing extra line.

* removing the constant for the cancel reason (cause we are always gonna use abandonned)
- fixing order of imports.

Capture reserved funds

26 Apr 12:53
6c9c9b2

Choose a tag to compare

task/SWP-2604 (#11)

* handle different token types + tests coverage

* add typings to AmountTooLarge exception

* addressed CR comment

* remove codecove step

Reserve Funds

25 Mar 12:10
8b18f26

Choose a tag to compare

Added new reserve method to base payment service in order to reserve funds

Fix adding payment cards using payment sources method

12 Jan 10:51
46b4161

Choose a tag to compare

This release allows payment sources to be fetched correctly.
This allows multiple payment cards to be attached to one customer as new payment sources can be attached to the correctly returned sources object.

v1.0.0: SWP-900 - fix refund issue (#7)

10 Oct 15:37
69e3b09

Choose a tag to compare

* -returning the refund object instead of the payment intent in the case of a refund of a payment intent.

* shortening the create method from Refund