Skip to content

Commit

Permalink
Merge pull request #60 from wirecard/TPWDCEE-1051
Browse files Browse the repository at this point in the history
Tpwdcee 1051
  • Loading branch information
jpy authored Mar 29, 2018
2 parents 1b3a9b0 + 84c948c commit f4a6fd0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

define( 'WOOCOMMERCE_GATEWAY_WCS_NAME', 'WirecardCheckoutSeamless' );
define( 'WOOCOMMERCE_GATEWAY_WCS_VERSION', '1.0.12' );
define( 'WOOCOMMERCE_GATEWAY_WCS_VERSION', '1.0.13' );

/**
* Config class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ public function init() {

if ( $this->_settings['woo_wcs_saqacompliance'] ) {
$data_storage_init->setJavascriptScriptVersion( 'pci3' );
if ( strlen( trim( $this->_settings['iframe_css_url'] ) ) ) {
$data_storage_init->setIframeCssUrl( $this->_settings['iframe_css_url'] );
if ( strlen( trim( $this->_settings['woo_wcs_iframecssurl'] ) ) ) {
$data_storage_init->setIframeCssUrl( $this->_settings['woo_wcs_iframecssurl'] );
}

// set placeholders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
),
'woo_wcs_iframecssurl' => array(
'title' => __( 'Iframe CSS-URL', 'woocommerce-wirecard-checkout-seamless' ),
'description' => __( 'Entry of a name for the CSS file in order to customize the iframe input fields when using the \'PCI DSS SAQ A Compliance\' feature. File must be placed in the \'view/css\' directory of the plugin.',
'description' => __( 'Entry of a name for the CSS file in order to customize the iframe input fields when using the \'PCI DSS SAQ A Compliance\' feature. File must be placed in the \'view/css\' directory of the plugin. Complete URL is required e.g. https://www.servername.com/iframe.css.',
'woocommerce-wirecard-checkout-seamless' )
),
'woo_wcs_cc_number_placeholder_text' => array(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ msgid "Iframe CSS-URL"
msgstr "Iframe CSS-URL"

#: form_fields.php:215
msgid "Entry of a name for the CSS file in order to customize the iframe input fields when using the 'PCI DSS SAQ A Compliance' feature. File must be placed in the 'view/css' directory of the plugin."
msgid "Entry of a name for the CSS file in order to customize the iframe input fields when using the 'PCI DSS SAQ A Compliance' feature. File must be placed in the 'view/css' directory of the plugin. Complete URL is required e.g. https://www.servername.com/iframe.css."
msgstr "Eingabe des CSS-Dateinamens, um die iFrame-Eingabefelder anzupassen, wenn das \"PCI DSS SAQ A Compliance\"-Feature verwendet wird. <a target=\"_blank\" href=\"https://guides.wirecard.at/wcs:pci3_fallback?redirect=1id=wcs:pci3_fallback:start#customization_via_css\">Weitere Informationen</a>"

#: form_fields.php:219
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ msgid "Iframe CSS-URL"
msgstr ""

#: form_fields.php:215
msgid "Entry of a name for the CSS file in order to customize the iframe input fields when using the 'PCI DSS SAQ A Compliance' feature. File must be placed in the 'view/css' directory of the plugin."
msgstr "Entry of a name for the CSS file in order to customize the iframe input fields when using the 'PCI DSS SAQ A Compliance' feature. File must be placed in the 'view/css' directory of the plugin. <a target=\"_blank\" href=\"https://guides.wirecard.at/wcs:pci3_fallback?redirect=1id=wcs:pci3_fallback:start#customization_via_css\">More information</a>"
msgid "Entry of a name for the CSS file in order to customize the iframe input fields when using the 'PCI DSS SAQ A Compliance' feature. File must be placed in the 'view/css' directory of the plugin. Complete URL is required e.g. https://www.servername.com/iframe.css."
msgstr "Entry of a name for the CSS file in order to customize the iframe input fields when using the 'PCI DSS SAQ A Compliance' feature. File must be placed in the 'view/css' directory of the plugin. Complete URL is required e.g. https://www.servername.com/iframe.css. <a target=\"_blank\" href=\"https://guides.wirecard.at/wcs:pci3_fallback?redirect=1id=wcs:pci3_fallback:start#customization_via_css\">More information</a>"

#: form_fields.php:219
msgid "Credit card number placeholder text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Wirecard Checkout Seamless
* Plugin URI: https://github.com/wirecard/woocommerce-wcs
* Description: Wirecard Checkout Seamless plugin for WooCommerce
* Version: 1.0.12
* Version: 1.0.13
* Author: Wirecard
* Author URI: https://www.wirecard.at/
* License: GPL2
Expand Down

0 comments on commit f4a6fd0

Please sign in to comment.