mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 00:44:34 -04:00
Add shouldUseToken(): bool
to PaymentResponseRequest
This commit is contained in:
parent
6186cc1420
commit
22ce56b7c5
@ -56,4 +56,9 @@ class PaymentResponseRequest extends FormRequest
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function shouldUseToken(): bool
|
||||||
|
{
|
||||||
|
return (bool) $this->token;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user