From 397177fa0c96dfd4f6d0c84042380d203e0684ad Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 15 Mar 2024 19:19:54 +1100 Subject: [PATCH] Fort Auth --- app/PaymentDrivers/FortePaymentDriver.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/PaymentDrivers/FortePaymentDriver.php b/app/PaymentDrivers/FortePaymentDriver.php index 16054c031e5d..3a246980a154 100644 --- a/app/PaymentDrivers/FortePaymentDriver.php +++ b/app/PaymentDrivers/FortePaymentDriver.php @@ -201,9 +201,6 @@ class FortePaymentDriver extends BaseDriver ->withHeaders(['X-Forte-Auth-Organization-Id' => $forte_organization_id]) ->get("{$forte_base_uri}/organizations/{$forte_organization_id}/locations/{$forte_location_id}/customers/"); - // nlog("{$forte_base_uri}/organizations/org_{$forte_organization_id}/customers/"); - // {{baseURI}}/organizations/org_{{organizationID}}/locations/loc_{{locationID}}/customers - return $response->successful(); }