This repository was archived by the owner on Mar 19, 2024. It is now read-only.
2.1.0
·
89 commits
to master
since this release
- Added:
- Added support for payment method
mobile
through the following properties and methods:CancelPaymentResponse.mobile_payment_method_specific_output
CreatePaymentRequest.mobile_payment_method_specific_input
PaymentApprovalResponse.mobile_payment_method_specific_output
PaymentOutput.mobile_payment_method_specific_output
RefundOutput.mobile_payment_method_specific_output
ProductsClient.networks
ProductsClient.public_key
- Added properties
authorization_mode
andrequires_approval
to classCardPaymentMethodSpecificInputBase
. - Added methods
convert_amount
andget_iin_details
to classServicesClient
to replace methodsconvertAmount
andgetIINdetails
respectively.
- Added support for payment method
- Changed:
- Changed fields of all data object classes into properties.
- Deprecated:
- Deprecated property
payment_method_specific_output
of classPaymentApprovalResponse
in favor of new propertycard_payment_method_specific_output
. - Deprecated methods
convertAmount
andgetIINdetails
of classServicesClient
in favor of new methodsconvert_amount
andget_iin_details
.
- Deprecated property
- Fixed:
- Fixed
Response.__str__
to no longer throw an exception. - Fixed 'ApiResource._create_exception' to throw a proper exception for unsupported error objects.
- Fixed