Square SCA
This commit is contained in:
parent
042005bfec
commit
58c587b54c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue