Skip to content

Commit 5f8ea4c

Browse files
committed
Version 2.0.0
1 parent b92c2fa commit 5f8ea4c

5 files changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
140140

141141
3. Paystack payment field displayed directly on your site
142142

143+
4. Manage saved cards from your account page
144+
143145

144146

145147
== Other Notes ==

includes/class-paystack-deprecated.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,17 @@ public function init_form_fields() {
151151
'title' => 'Enable/Disable',
152152
'label' => 'Enable Paystack',
153153
'type' => 'checkbox',
154-
'description' => '',
155-
'default' => 'no'
154+
'description' => 'Enable Paystack as a payment option on the checkout page',
155+
'default' => 'no',
156+
'desc_tip' => true
156157
),
157158
'testmode' => array(
158159
'title' => 'Test mode',
159160
'label' => 'Enable Test Mode',
160161
'type' => 'checkbox',
161-
'description' => 'Test Mode Option',
162-
'default' => 'yes'
162+
'description' => 'Test mode enables you to test payments before going live. <br />Once the LIVE MODE is enabled on your Paystack account uncheck this.',
163+
'default' => 'yes',
164+
'desc_tip' => true
163165
),
164166
'test_secret_key' => array(
165167
'title' => 'Test Secret Key',

includes/class-paystack.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,17 @@ public function init_form_fields() {
158158
'title' => 'Enable/Disable',
159159
'label' => 'Enable Paystack',
160160
'type' => 'checkbox',
161-
'description' => '',
162-
'default' => 'no'
161+
'description' => 'Enable Paystack as a payment option on the checkout page',
162+
'default' => 'no',
163+
'desc_tip' => true
163164
),
164165
'testmode' => array(
165166
'title' => 'Test mode',
166167
'label' => 'Enable Test Mode',
167168
'type' => 'checkbox',
168-
'description' => 'Test Mode Option',
169-
'default' => 'yes'
169+
'description' => 'Test mode enables you to test payments before going live. <br />Once the LIVE MODE is enabled on your Paystack account uncheck this.',
170+
'default' => 'yes',
171+
'desc_tip' => true
170172
),
171173
'test_secret_key' => array(
172174
'title' => 'Test Secret Key',
@@ -198,7 +200,7 @@ public function init_form_fields() {
198200
'type' => 'checkbox',
199201
'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.<br>Note that you need to have a valid SSL certificate installed.',
200202
'default' => 'no',
201-
'desc_tip' => true,
203+
'desc_tip' => true
202204
),
203205
);
204206

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
127127

128128
3. Paystack payment field displayed directly on your site
129129

130+
4. Manage saved cards from your account page
130131

131132

132133
== Other Notes ==

woo-paystack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Paystack WooCommerce Payment Gateway
44
Plugin URI: https://paystack.com
55
Description: WooCommerce payment gateway for Paystack
6-
Version: 1.1.0
6+
Version: 2.0.0
77
Author: Tunbosun Ayinla
88
Author URI: http://bosun.me
99
License: GPL-2.0+

0 commit comments

Comments
 (0)