Square SCA

This commit is contained in:
David Bomba 2021-10-03 15:08:38 +11:00
parent 042005bfec
commit 58c587b54c

View File

@ -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)