diff --git a/README.md b/README.md index 0f16777..ed648a6 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me 3. Paystack payment field displayed directly on your site +4. Manage saved cards from your account page + == Other Notes == \ No newline at end of file diff --git a/includes/class-paystack-deprecated.php b/includes/class-paystack-deprecated.php index 9d11aec..cf0e720 100644 --- a/includes/class-paystack-deprecated.php +++ b/includes/class-paystack-deprecated.php @@ -151,15 +151,17 @@ public function init_form_fields() { 'title' => 'Enable/Disable', 'label' => 'Enable Paystack', 'type' => 'checkbox', - 'description' => '', - 'default' => 'no' + 'description' => 'Enable Paystack as a payment option on the checkout page', + 'default' => 'no', + 'desc_tip' => true ), 'testmode' => array( 'title' => 'Test mode', 'label' => 'Enable Test Mode', 'type' => 'checkbox', - 'description' => 'Test Mode Option', - 'default' => 'yes' + 'description' => 'Test mode enables you to test payments before going live.
Once the LIVE MODE is enabled on your Paystack account uncheck this.', + 'default' => 'yes', + 'desc_tip' => true ), 'test_secret_key' => array( 'title' => 'Test Secret Key', diff --git a/includes/class-paystack.php b/includes/class-paystack.php index 95e63da..a21b435 100644 --- a/includes/class-paystack.php +++ b/includes/class-paystack.php @@ -158,15 +158,17 @@ public function init_form_fields() { 'title' => 'Enable/Disable', 'label' => 'Enable Paystack', 'type' => 'checkbox', - 'description' => '', - 'default' => 'no' + 'description' => 'Enable Paystack as a payment option on the checkout page', + 'default' => 'no', + 'desc_tip' => true ), 'testmode' => array( 'title' => 'Test mode', 'label' => 'Enable Test Mode', 'type' => 'checkbox', - 'description' => 'Test Mode Option', - 'default' => 'yes' + 'description' => 'Test mode enables you to test payments before going live.
Once the LIVE MODE is enabled on your Paystack account uncheck this.', + 'default' => 'yes', + 'desc_tip' => true ), 'test_secret_key' => array( 'title' => 'Test Secret Key', @@ -198,7 +200,7 @@ public function init_form_fields() { 'type' => 'checkbox', 'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Paystack servers, not on your store.
Note that you need to have a valid SSL certificate installed.', 'default' => 'no', - 'desc_tip' => true, + 'desc_tip' => true ), ); diff --git a/readme.txt b/readme.txt index fefa4d6..a58ca7d 100644 --- a/readme.txt +++ b/readme.txt @@ -127,6 +127,7 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me 3. Paystack payment field displayed directly on your site +4. Manage saved cards from your account page == Other Notes == \ No newline at end of file diff --git a/woo-paystack.php b/woo-paystack.php index a61e0bc..8fbd235 100644 --- a/woo-paystack.php +++ b/woo-paystack.php @@ -3,7 +3,7 @@ Plugin Name: Paystack WooCommerce Payment Gateway Plugin URI: https://paystack.com Description: WooCommerce payment gateway for Paystack - Version: 1.1.0 + Version: 2.0.0 Author: Tunbosun Ayinla Author URI: http://bosun.me License: GPL-2.0+