1
0
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:
David Bomba 2021-10-04 11:41:58 +11:00
parent a345452c5e
commit 151cc07560

View File

@ -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;