mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Change protected to public for
This commit is contained in:
parent
a345452c5e
commit
151cc07560
@ -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…
Reference in New Issue
Block a user