mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:14:40 -04:00
Fix for default payment method check
This commit is contained in:
parent
97a56fac13
commit
9d9fa2ff7e
@ -52,9 +52,13 @@ class AccountGatewayToken extends Eloquent
|
||||
*/
|
||||
public function autoBillLater()
|
||||
{
|
||||
if ($this->default_payment_method) {
|
||||
return $this->default_payment_method->requiresDelayedAutoBill();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $query
|
||||
* @param $clientId
|
||||
|
Loading…
x
Reference in New Issue
Block a user