Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

2.26.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 09 Oct 07:59
· 64 commits to master since this release
  • Added:
    • Added property three_d_secure_status to class PaymentStatusOutput.
  • Changed:
    • PaymentsClient.Create will always throw a DeclinedPaymentException if an error response from the REST API contain a paymentResult property, regardless of the status code.
    • PaymentsClient.Refund will always throw a DeclinedRefundException if an error response from the REST API contain a refundResult property, regardless of the status code.
    • PayoutsClient.Create will always throw a DeclinedPayoutException if an error response from the REST API contain a payoutResult property, regardless of the status code.