From 9a3a912549873eb67dce8444ac2155ec189bea90 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 21 Sep 2022 12:56:16 +1000 Subject: [PATCH] Fixes for checkout.com customer request class --- app/PaymentDrivers/CheckoutComPaymentDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/CheckoutComPaymentDriver.php b/app/PaymentDrivers/CheckoutComPaymentDriver.php index c580eb18b6be..fffdd8edf1dd 100644 --- a/app/PaymentDrivers/CheckoutComPaymentDriver.php +++ b/app/PaymentDrivers/CheckoutComPaymentDriver.php @@ -33,7 +33,7 @@ use Checkout\CheckoutArgumentException; use Checkout\CheckoutAuthorizationException; use Checkout\CheckoutDefaultSdk; use Checkout\CheckoutFourSdk; -use Checkout\Common\CustomerRequest; +use Checkout\Customers\CustomerRequest; use Checkout\Customers\Four\CustomerRequest as FourCustomerRequest; use Checkout\Environment; use Checkout\Library\Exceptions\CheckoutHttpException;