This repository was archived by the owner on Mar 19, 2024. It is now read-only.
2.26.0
·
64 commits
to master
since this release
- Added:
- Added property
three_d_secure_status
to classPaymentStatusOutput
.
- Added property
- Changed:
PaymentsClient.Create
will always throw aDeclinedPaymentException
if an error response from the REST API contain apaymentResult
property, regardless of the status code.PaymentsClient.Refund
will always throw aDeclinedRefundException
if an error response from the REST API contain arefundResult
property, regardless of the status code.PayoutsClient.Create
will always throw aDeclinedPayoutException
if an error response from the REST API contain apayoutResult
property, regardless of the status code.