Skip to content

Commit

Permalink
#43 Update consent message, send basketdata for ratepay and wirecard
Browse files Browse the repository at this point in the history
  • Loading branch information
rinnhofer committed Jun 12, 2017
1 parent f9332b7 commit 2427af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Frontend/WirecardCheckoutPage/Models/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public function initiatePayment($paymentType, $amount, $currency, $returnUrl, $c
$oFrontendClient->setShippingProfile('NO_SHIPPING');
}
if (Shopware()->WirecardCheckoutPage()->getConfig()->SEND_BASKET_DATA
|| ($paymentType == WirecardCEE_QPay_PaymentType::INVOICE && Shopware()->WirecardCheckoutPage()->getConfig()->INVOICE_PROVIDER == 'payolution')
|| ($paymentType == WirecardCEE_QPay_PaymentType::INSTALLMENT && Shopware()->WirecardCheckoutPage()->getConfig()->INSTALLMENT_PROVIDER == 'payolution')
|| ($paymentType == WirecardCEE_QPay_PaymentType::INVOICE && Shopware()->WirecardCheckoutPage()->getConfig()->INVOICE_PROVIDER != 'payolution')
|| ($paymentType == WirecardCEE_QPay_PaymentType::INSTALLMENT && Shopware()->WirecardCheckoutPage()->getConfig()->INSTALLMENT_PROVIDER != 'payolution')
) {
$oFrontendClient->setBasket($this->getShoppingBasket());
}
Expand Down
2 changes: 1 addition & 1 deletion Frontend/WirecardCheckoutPage/assets/lang/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'WirecardCheckoutPagePayolutionTermsHeader' => 'Payolution Konditionen',
'WirecardCheckoutPagePayolutionConsent1' => 'Mit der Übermittlung jener Daten an payolution, die für die Abwicklung von Zahlungen mit Kauf auf Rechnung und die Identitäts- und Bonitätsprüfung erforderlich sind, bin ich einverstanden. Meine ',
'WirecardCheckoutPagePayolutionConsent2' => ' kann ich jederzeit mit Wirkung für die Zukunft widerrufen.',
'WirecardCheckoutPagePayolutionLink' => 'Bewilligung',
'WirecardCheckoutPagePayolutionLink' => 'Einwilligung',
'WirecardCheckoutPageBirthday' => 'Geburtsdatum',
'WirecardCheckoutPageBirthdayInformation' => 'Sie müssen mindestens 18 Jahre alt sein, um dieses Zahlungsmittel nutzen zu können.',
'WirecardCheckoutPagePayolutionTermsAccept' => 'Bitte akzeptieren Sie die payolution Konditionen.',
Expand Down

0 comments on commit 2427af2

Please sign in to comment.