mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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->country = $this->square_driver->client->country->iso_3166_2;
|
||||
|
||||
return $client;
|
||||
return (array)$client;
|
||||
}
|
||||
|
||||
public function paymentResponse(PaymentResponseRequest $request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user