mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fort Auth
This commit is contained in:
parent
094aadd6be
commit
397177fa0c
@ -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();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user