Skip to content

Commit bfd30ac

Browse files
committed
update class-gf-paystack
1 parent f1a247a commit bfd30ac

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

class-gf-paystack.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class GFPaystack extends GFPaymentAddOn
8888
*
8989
* @var string $_url The URL of the Add-On.
9090
*/
91-
protected $_url = 'http://www.paystack.com';
91+
protected $_url = 'https://paystack.com/docs/libraries-and-plugins/plugins#wordpress';
9292

9393
/**
9494
* Defines the title of this Add-On.
@@ -110,16 +110,6 @@ class GFPaystack extends GFPaymentAddOn
110110
*/
111111
protected $_short_title = 'Paystack';
112112

113-
/**
114-
* Defines if Add-On should use Gravity Forms servers for update data.
115-
*
116-
* @since 1.0
117-
* @access protected
118-
*
119-
* @var bool $_enable_rg_autoupgrade true
120-
*/
121-
protected $_enable_rg_autoupgrade = true;
122-
123113
/**
124114
* Defines if user will not be able to create feeds for a form until a credit card field has been added.
125115
*

0 commit comments

Comments
 (0)