From 58c587b54cf5aab2beb3e583b30d370b157998dc Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 3 Oct 2021 15:08:38 +1100 Subject: [PATCH] Square SCA --- app/PaymentDrivers/Square/CreditCard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/Square/CreditCard.php b/app/PaymentDrivers/Square/CreditCard.php index 21890634c102..d5304d992525 100644 --- a/app/PaymentDrivers/Square/CreditCard.php +++ b/app/PaymentDrivers/Square/CreditCard.php @@ -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)