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;