diff --git a/README.md b/README.md index a60b367..30be0e9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git # 1.0 * First Release +# 1.1 +* QR Code quality improved +* Mobile phonen number format example included + ## Donations Donations are much appreciated if you found this resource useful. diff --git a/hong-kong-fps-woo-payment.php b/hong-kong-fps-woo-payment.php index 46dc058..5d5a916 100644 --- a/hong-kong-fps-woo-payment.php +++ b/hong-kong-fps-woo-payment.php @@ -1,14 +1,14 @@ array( 'title' => __('Account Id',ITS_WPF_PLUGIN_ID), 'type' => 'text', - 'description' => __('E-mail address, phone number or specific FPS id',ITS_WPF_PLUGIN_ID), + 'description' => __('E-mail address, phone number (+852-xxxxxxxx) or specific FPS id',ITS_WPF_PLUGIN_ID), ), 'account_bank_code' => array( 'title' => __('Bank Code',ITS_WPF_PLUGIN_ID),