mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for types in update payment methods
This commit is contained in:
parent
accd5b122e
commit
553de8fea5
@ -111,7 +111,7 @@ class UpdatePaymentMethods
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function addOrUpdateCard(PaymentMethod $method, ClientGatewayToken $token, GatewayType $type_id)
|
private function addOrUpdateCard(PaymentMethod $method, ClientGatewayToken $token, $type_id)
|
||||||
{
|
{
|
||||||
|
|
||||||
$token_exists = ClientGatewayToken::where([
|
$token_exists = ClientGatewayToken::where([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user