From 61308bb4c29d560ab1924496de74c5a03b9fff06 Mon Sep 17 00:00:00 2001 From: Dat Hoang Date: Mon, 31 Aug 2020 16:21:37 +0700 Subject: [PATCH] Update international-settings.php --- inc/onepay/international-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/onepay/international-settings.php b/inc/onepay/international-settings.php index e7f1626..b2d8cfa 100644 --- a/inc/onepay/international-settings.php +++ b/inc/onepay/international-settings.php @@ -20,7 +20,7 @@ return array( 'type' => 'checkbox', 'label' => __( 'Enable OnePay sandbox (testing)', 'woocommerce' ), 'default' => 'no', - 'description' => sprintf( __( 'OnePay sandbox can be used to test payments. See the testing info.', 'woocommerce' ), 'https://mtf.onepay.vn/developer/?page=modul_noidia' ), + 'description' => sprintf( __( 'OnePay sandbox can be used to test payments. See the testing info.', 'woocommerce' ), 'https://mtf.onepay.vn/developer/?page=modul_quocte' ), //@todo: add the logo https://mtf.onepay.vn/developer/?page=logo ), 'title' => array( @@ -35,7 +35,7 @@ return array( 'type' => 'textarea', 'desc_tip' => true, 'description' => __( 'This controls the description which the user sees during checkout.', 'woo-viet' ), - 'default' => __( 'With OnePay, you can make payment by using any local Vietnam ATM card.', 'woo-viet' ) + 'default' => __( 'With OnePay, you can make payment by using any local international card such as Visa, Master, JCB, and Amex.', 'woo-viet' ) ), 'api_details' => array( 'title' => __( 'API Credentials', 'woo-viet' ),