Change protected to public for
This commit is contained in:
parent
a345452c5e
commit
151cc07560
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class BasePaymentDriver
|
|||
protected $refundable = false;
|
||||
|
||||
/* Token billing */
|
||||
protected $token_billing = false;
|
||||
public $token_billing = false;
|
||||
|
||||
/* Authorise payment methods */
|
||||
protected $can_authorise_credit_card = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue