Skip to content

Commit

Permalink
Merge pull request #11 from wirecard/TPWDCEE-257
Browse files Browse the repository at this point in the history
Tpwdcee 257
  • Loading branch information
rinnhofer authored Sep 25, 2017
2 parents 5e421f6 + 7f61207 commit 65b618b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class wdceepayment extends oxUBase
protected static $_PAYMENT_WIRECARD_CHECKOUT_URL = 'checkout.wirecard.com';
protected static $_PAYMENT_INIT_URL = 'https://checkout.wirecard.com/page/init-server.php';

protected static $_PLUGIN_VERSION = '2.8.1';
protected static $_PLUGIN_VERSION = '2.8.2';

protected static $_CUSTOMER_ID_DEMO_MODE = 'D200001';
protected static $_CUSTOMER_ID_TEST_MODE = 'D200411';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
'SHOP_MODULE_bWcp_select_UseIframe' => 'Zahlungsmittelauswahl - iFrame verwenden',
'SHOP_MODULE_bWcp_sepa-dd_UseIframe' => 'SEPA Lastschrift - iFrame verwenden',
'SHOP_MODULE_bWcp_skrillwallet_UseIframe' => 'Skrill Digital Wallet - iFrame verwenden',
'SHOP_MODULE_bWcp_sofortueberweisung_UseIframe' => 'Sofortüberweisung - iFrame verwenden',
'SHOP_MODULE_bWcp_sofortueberweisung_UseIframe' => 'Sofort. - iFrame verwenden',
'SHOP_MODULE_bWcp_tatrapay_UseIframe' => 'TatraPay - iFrame verwenden',
'SHOP_MODULE_bWcp_trustly_UseIframe' => 'Trustly - iFrame verwenden',
'SHOP_MODULE_bWcp_voucher_UseIframe' => 'Mein Gutschein - iFrame verwenden',
Expand Down Expand Up @@ -173,7 +173,7 @@
'WIRECARD_CHECKOUT_PAGE_SELECT_LABEL' => 'Zahlungsmittelauswahl',
'WIRECARD_CHECKOUT_PAGE_SEPA-DD_LABEL' => 'SEPA Lastschrift',
'WIRECARD_CHECKOUT_PAGE_SKRILLWALLET_LABEL' => 'Skrill Digital Wallet',
'WIRECARD_CHECKOUT_PAGE_SOFORTUEBERWEISUNG_LABEL' => 'SOFORT Überweisung',
'WIRECARD_CHECKOUT_PAGE_SOFORTUEBERWEISUNG_LABEL' => 'Sofort.',
'WIRECARD_CHECKOUT_PAGE_TATRAPAY_LABEL' => 'TatraPay',
'WIRECARD_CHECKOUT_PAGE_TRUSTLY_LABEL' => 'Trustly',
'WIRECARD_CHECKOUT_PAGE_VOUCHER_LABEL' => 'Mein Gutschein',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
'SHOP_MODULE_bWcp_select_UseIframe' => 'Payment Selection - use iframe',
'SHOP_MODULE_bWcp_sepa-dd_UseIframe' => 'SEPA Direct Debit - use iframe',
'SHOP_MODULE_bWcp_skrillwallet_UseIframe' => 'Skrill Digital Wallet - use iframe',
'SHOP_MODULE_bWcp_sofortueberweisung_UseIframe' => 'SOFORT Banking - use iframe',
'SHOP_MODULE_bWcp_sofortueberweisung_UseIframe' => 'Online bank transfer. - use iframe',
'SHOP_MODULE_bWcp_tatrapay_UseIframe' => 'TatraPay - use iframe',
'SHOP_MODULE_bWcp_trustly_UseIframe' => 'Trustly - use iframe',
'SHOP_MODULE_bWcp_voucher_UseIframe' => 'My Voucher - use iframe',
Expand Down Expand Up @@ -173,7 +173,7 @@
'WIRECARD_CHECKOUT_PAGE_SELECT_LABEL' => 'Payment Selection',
'WIRECARD_CHECKOUT_PAGE_SEPA-DD_LABEL' => 'SEPA Direct Debit',
'WIRECARD_CHECKOUT_PAGE_SKRILLWALLET_LABEL' => 'Skrill Digital Wallet',
'WIRECARD_CHECKOUT_PAGE_SOFORTUEBERWEISUNG_LABEL' => 'SOFORT Banking',
'WIRECARD_CHECKOUT_PAGE_SOFORTUEBERWEISUNG_LABEL' => 'Online bank transfer.',
'WIRECARD_CHECKOUT_PAGE_TATRAPAY_LABEL' => 'TatraPay',
'WIRECARD_CHECKOUT_PAGE_TRUSTLY_LABEL' => 'Trustly',
'WIRECARD_CHECKOUT_PAGE_VOUCHER_LABEL' => 'My Voucher',
Expand Down
2 changes: 1 addition & 1 deletion modules/wirecard/checkoutpage/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'en' => 'Wirecard Checkout Page Payment Extension for Oxid eShop.<br /><br /><div id="helpPanel"><div class="bd"><strong>Support and sales information</strong><br /><a href="https://guides.wirecard.at/support" target="_blank">support</a><br /><a href="https://guides.wirecard.at/sales" target="_blank">sales</a></div></div>',
),
'thumbnail' => 'picture.jpg',
'version' => '2.8.1',
'version' => '2.8.2',
'author' => 'Wirecard',
'email' => 'support@wirecard.at',
'url' => 'http://www.wirecard.at',
Expand Down
Binary file modified modules/wirecard/checkoutpage/out/img/sofort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65b618b

Please sign in to comment.