mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user