Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tubiz committed Jun 28, 2016
1 parent b92c2fa commit 5f8ea4c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
10 changes: 6 additions & 4 deletions includes/class-paystack-deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br />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',
Expand Down
12 changes: 7 additions & 5 deletions includes/class-paystack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br />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',
Expand Down Expand Up @@ -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.<br>Note that you need to have a valid SSL certificate installed.',
'default' => 'no',
'desc_tip' => true,
'desc_tip' => true
),
);

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
2 changes: 1 addition & 1 deletion woo-paystack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 5f8ea4c

Please sign in to comment.