Changeset 2850419
- Timestamp:
- 01/18/2023 11:50:37 AM (3 years ago)
- Location:
- subscreasy-payment-gateway-for-woocommerce/trunk
- Files:
-
- 5 edited
-
class-wc-gateway-subscreasy.php (modified) (1 diff)
-
languages/wc-gateway-subscreasy-tr_TR.mo (modified) (previous)
-
languages/wc-gateway-subscreasy-tr_TR.po (modified) (1 diff)
-
languages/wc-gateway-subscreasy.pot (modified) (1 diff)
-
wc-gateway-subscreasy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subscreasy-payment-gateway-for-woocommerce/trunk/class-wc-gateway-subscreasy.php
r2837637 r2850419 355 355 356 356 if (empty($paymentForm->post_param('subscreasy_ccNo'))) { 357 wc_add_notice(__('<b>Credit card number</b> is a required field!' ), 'error');357 wc_add_notice(__('<b>Credit card number</b> is a required field!', 'wc-gateway-subscreasy'), 'error'); 358 358 return false; 359 359 } 360 360 361 361 if (empty($paymentForm->post_param('subscreasy_expMonth'))) { 362 wc_add_notice(__('Credit card expiry month is required!' ), 'error');362 wc_add_notice(__('Credit card expiry month is required!', 'wc-gateway-subscreasy'), 'error'); 363 363 return false; 364 364 } 365 365 366 366 if (empty($paymentForm->post_param('subscreasy_expYear'))) { 367 wc_add_notice(__('Credit card expiry year is required!' ), 'error');367 wc_add_notice(__('Credit card expiry year is required!', 'wc-gateway-subscreasy'), 'error'); 368 368 return false; 369 369 } 370 370 371 371 if (empty($paymentForm->post_param('subscreasy_cvv'))) { 372 wc_add_notice( 'Credit card CVC is required!', 'error');372 wc_add_notice(__('Credit card CVC is required!', 'wc-gateway-subscreasy'), 'error'); 373 373 return false; 374 374 } -
subscreasy-payment-gateway-for-woocommerce/trunk/languages/wc-gateway-subscreasy-tr_TR.po
r2477716 r2850419 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: WooCommerce Subscreasy Gateway 1.0.0^\n"3 "Project-Id-Version: Subscreasy Payment Gateway for Woocommerce Subscriptions\n" 4 4 "Report-Msgid-Bugs-To: " 5 "https://wordpress.org/ support/plugin/woocommerce-gateway-stripe\n"5 "https://wordpress.org/plugins/subscreasy-payment-gateway-for-woocommerce/\n" 6 6 "POT-Creation-Date: 2020-08-19 19:45:47+00:00\n" 7 7 "MIME-Version: 1.0\n" -
subscreasy-payment-gateway-for-woocommerce/trunk/languages/wc-gateway-subscreasy.pot
r2477716 r2850419 1 # Copyright (C) 2020 WooCommerce 2 # This file is distributed under the same license as the WooCommerce Stripe Gateway package. 3 msgid "" 4 msgstr "" 5 "Project-Id-Version: WooCommerce Stripe Gateway 4.5.2\n" 1 msgid "" 2 msgstr "" 3 "Project-Id-Version: Subscreasy Payment Gateway for Woocommerce Subscriptions\n" 6 4 "Report-Msgid-Bugs-To: " 7 "https://wordpress.org/ support/plugin/woocommerce-gateway-stripe\n"5 "https://wordpress.org/plugins/subscreasy-payment-gateway-for-woocommerce/\n" 8 6 "POT-Creation-Date: 2020-08-19 19:45:47+00:00\n" 9 7 "MIME-Version: 1.0\n" -
subscreasy-payment-gateway-for-woocommerce/trunk/wc-gateway-subscreasy.php
r2837637 r2850419 7 7 * Author: Subscreasy 8 8 * Author URI: https://www.subscreasy.com/ 9 * Version: 1.1. 09 * Version: 1.1.1 10 10 * Text Domain: wc-gateway-subscreasy 11 11 * Domain Path: /i18n/languages/
Note: See TracChangeset
for help on using the changeset viewer.