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

2.30.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 17 Jan 10:15
· 60 commits to master since this release
  • Added:
    • Added property mobile_payment_method_specific_input to class CreateHostedCheckoutRequest.
    • Added properties pan and payment_method to class DecryptedPaymentData.
    • Added property is_java_script_required to class PaymentProduct.
    • Added property gateway to class PaymentProduct320SpecificData.
    • Added property existing_unique_mandate_reference to classes SepaDirectDebitPaymentProduct771SpecificInput and SepaDirectDebitPaymentProduct771SpecificInputBase.
  • Deprecated:
    • Deprecated property mandate_reference of class AbstractSepaDirectDebitPaymentProduct771SpecificInput in favor of the new existing_unique_mandate_reference property of its sub classes.
  • Removed:
    • Removed property payment_product320_specific_input from class MobilePaymentMethodSpecificInput. 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 class MobilePaymentMethodSpecificInput. 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.