Skip to content

Commit

Permalink
Added option for custom redirect page
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshualewis committed Dec 10, 2020
1 parent 247589a commit 56a21f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: BitPay Checkout for WooCommerce
* Plugin URI: https://www.bitpay.com
* Description: Create Invoices and process through BitPay. Configure in your <a href ="admin.php?page=wc-settings&tab=checkout&section=bitpay_checkout_gateway">WooCommerce->Payments plugin</a>.
* Version: 3.38.2012
* Version: 3.39.2012
* Author: BitPay
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
*/
Expand Down Expand Up @@ -329,7 +329,7 @@ public function init_form_fields()
'bitpay_custom_redirect' => array(
'title' => __('Custom Redirect Page', 'woocommerce'),
'type' => 'text',
'description' => __('Set the full url <ie><i>https://yoursite.com/custompage</i></ie> if you would like the customer to be redirected to a custom page after completing theh purchase. <b>Note: this will only work if the REDIRECT mode is used</b> ', 'woocommerce'),
'description' => __('Set the full url (ie. <i>https://yoursite.com/custompage</i>) if you would like the customer to be redirected to a custom page after completing theh purchase. <b>Note: this will only work if the REDIRECT mode is used</b> ', 'woocommerce'),
),

'bitpay_checkout_mini' => array(
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: bitcoin, ether, ripple, bitcoin cash, ERC20, payments, bitpay, cryptocurre
Requires at least: 4.9
Tested up to: 5.4.1
Requires PHP: 5.5
Stable tag: 3.37.2012
Stable tag: 3.39.2012
License: MIT License (MIT)
License URI: https://github.com/bitpay/bitpay-checkout-for-woocommerce/blob/master/LICENSE

Expand Down Expand Up @@ -111,6 +111,9 @@ You can contact our support team via the following form https://bitpay.com/reque

== Changelog ==

= 3.39.2012 =
* Added option for custom redirect page

= 3.38.2012 =
* Added option for custom redirect page

Expand Down

0 comments on commit 56a21f2

Please sign in to comment.