diff --git a/Resources/frontend/js/jquery.heidelpay-sepa-direct-debit-guaranteed.js b/Resources/frontend/js/jquery.heidelpay-sepa-direct-debit-guaranteed.js index 3d6b40c..f6bc2cd 100644 --- a/Resources/frontend/js/jquery.heidelpay-sepa-direct-debit-guaranteed.js +++ b/Resources/frontend/js/jquery.heidelpay-sepa-direct-debit-guaranteed.js @@ -78,7 +78,7 @@ createPaymentFromVault: function (typeId) { var me = this, birthDateTarget = '#' + typeId + '_birthDate', - birthDate = this.heidelpayPlugin.getFormattedBirthday(birthDateTarget); + birthDate = $(birthDateTarget).val(); if (!birthDate) { me.onError({ message: me.heidelpayPlugin.opts.heidelpayBirthdayError }); diff --git a/plugin.xml b/plugin.xml index ee7282a..e3efbba 100644 --- a/plugin.xml +++ b/plugin.xml @@ -129,6 +129,7 @@
  • Korrektur eines Fehlers für wiederkehrende Kreditkarten Zahlung in Verbindung mit SwagAboCommerce
  • Korrektur der Validierung des Geburtsdatums für FlexiPay Rechnung für B2B
  • Korrektur der Warenkorb Verarbeitung
  • +
  • Korrektur eines Fehlers für FlexiPay Lastschrift (gesichert) für gespeicherte Lastschriftkonten
  • ]]> @@ -140,6 +141,7 @@
  • Fixed an error of credit card payments in combination with AboCommerce orders
  • Fixed the validation of the birthdate for FlexiPay invoice for B2B
  • Fixed the shopping cart hydration
  • +
  • Fixed an error with FlexiPay Direct Debit (secured) for saved bank accounts
  • ]]>