Skip to content

Commit

Permalink
Merge pull request #35 from wirecard/TPWDCEE-341
Browse files Browse the repository at this point in the history
Use SEPA-DD instead of SEPA
  • Loading branch information
jpy authored Oct 12, 2017
2 parents 728c6ec + 934e600 commit e080153
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require_once( WOOCOMMERCE_GATEWAY_WCP_BASEDIR . 'classes/class-woocommerce-wcp-payments.php' );

define( 'WOOCOMMERCE_GATEWAY_WCP_NAME', 'Woocommerce2_WirecardCheckoutPage' );
define( 'WOOCOMMERCE_GATEWAY_WCP_VERSION', '1.3.4' );
define( 'WOOCOMMERCE_GATEWAY_WCP_VERSION', '1.3.5' );
define( 'WOOCOMMERCE_GATEWAY_WCP_WINDOWNAME', 'WirecardCheckoutPageFrame' );
define( 'WOOCOMMERCE_GATEWAY_WCP_TABLE_NAME', 'woocommerce_wcp_transaction' );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
'label' => $this->get_paymenttype_name( 'paypal' ),
'default' => 'no',
),
'pt_sepa' => array(
'pt_sepa-dd' => array(
'type' => 'checkbox',
'label' => $this->get_paymenttype_name( 'sepa' ),
'default' => 'no',
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ msgstr "@QUICK"
msgid "paypal"
msgstr "PayPal"

#: settings-wcp.php:141
msgid "sepa-dd"
msgstr "SEPA Lastschrift"

#: settings-wcp.php:141
msgid "sepa"
msgstr "SEPA Lastschrift"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ msgstr "@QUICK"
msgid "paypal"
msgstr "PayPal"

#: class-woocommerce-wcp-gateway.php:263
msgid "sepa-dd"
msgstr "SEPA Direct Debit"

#: class-woocommerce-wcp-gateway.php:263
msgid "sepa"
msgstr "SEPA Direct Debit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Plugin Name: Wirecard Checkout Page
Plugin URI: http://www.wirecard.at/integration/plugins/
Description: Wirecard is a popular payment service provider (PSP) and has connections with over 20 national and international currencies.
Version: 1.3.4
Version: 1.3.5
Author: Wirecard
Author URI: http://www.wirecard.at/
License: Proprietary
Expand Down

0 comments on commit e080153

Please sign in to comment.