This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
2.30.0
IngenicoEPayments
released this
17 Jan 10:15
·
60 commits
to master
since this release
- Added:
- Added property
mobile_payment_method_specific_input
to classCreateHostedCheckoutRequest
. - Added properties
pan
andpayment_method
to classDecryptedPaymentData
. - Added property
is_java_script_required
to classPaymentProduct
. - Added property
gateway
to classPaymentProduct320SpecificData
. - Added property
existing_unique_mandate_reference
to classesSepaDirectDebitPaymentProduct771SpecificInput
andSepaDirectDebitPaymentProduct771SpecificInputBase
.
- Added property
- Deprecated:
- Deprecated property
mandate_reference
of classAbstractSepaDirectDebitPaymentProduct771SpecificInput
in favor of the newexisting_unique_mandate_reference
property of its sub classes.
- Deprecated property
- Removed:
- Removed property
payment_product320_specific_input
from classMobilePaymentMethodSpecificInput
. This was only used for Android Pay if you decrypted Google's payment data yourself. Now that Android Pay has been replaced by Google Pay this field is no longer needed. - Removed property
transaction_id
from classMobilePaymentMethodSpecificInput
. This was only used for Android Pay and Apple Pay if you decrypted Google's or Apple's payment data yourself. This field was never used, and has therefore been dropped.
- Removed property