Skip to content

Release 3.4.0

Compare
Choose a tag to compare
@Ryouzanpaku Ryouzanpaku released this 07 Nov 15:20
632ce4c

Added

  • Add \UnzerSDK\Resources\PaymentTypes\PaylaterDirectDebit payment type.
  • Add Example for Direct Debit payment type.
  • Add constants \UnzerSDK\Constants\CustomerRegistrationLevel for valid "registrationLevel" values. Relevant for setting riskData.
  • Add riskData to PaylaterInstallment example.
  • Add riskData to PaylaterInvoice example.
  • Add bank account information to \UnzerSDK\Resources\PaymentTypes\Sofort class.

Changed

  • Allow null for setters in \UnzerSDK\Traits\HasAccountInformation trait to avoid error when e.g. API response contains empty bic.
  • Apple Pay example: Moved merchant identifier to constant in _enableExamples.php where it can be configured.

Deprecated

  • \UnzerSDK\Resources\PaymentTypes\SepaDirectDebit, please use \UnzerSDK\Resources\PaymentTypes\PaylaterDirectDebit.
  • \UnzerSDK\Resources\PaymentTypes\SepaDirectDebitSecured, please use \UnzerSDK\Resources\PaymentTypes\PaylaterDirectDebit.