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

1.25.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 09 Oct 08:03
· 65 commits to master since this release
  • Added:
    • Added property ThreeDSecureStatus to struct payment.StatusOutput.
  • Changed:
    • payments.Client.Create will always return a DeclinedPaymentError if an error response from the REST API contain a paymentResult property, regardless of the status code.
    • payments.Client.Refund will always return a DeclinedRefundError if an error response from the REST API contain a refundResult property, regardless of the status code.
    • payouts.Client.Create will always return a DeclinedPayoutError if an error response from the REST API contain a payoutResult property, regardless of the status code.