mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-16 03:45:31 -05:00
Square SCA
This commit is contained in:
parent
042005bfec
commit
58c587b54c
@ -144,7 +144,7 @@ class CreditCard
|
|||||||
$client->region = $this->square_driver->client->state;
|
$client->region = $this->square_driver->client->state;
|
||||||
$client->country = $this->square_driver->client->country->iso_3166_2;
|
$client->country = $this->square_driver->client->country->iso_3166_2;
|
||||||
|
|
||||||
return $client;
|
return (array)$client;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function paymentResponse(PaymentResponseRequest $request)
|
public function paymentResponse(PaymentResponseRequest $request)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user