Skip to content

Instantly share code, notes, and snippets.

@giteshk
Created March 8, 2023 17:04
Show Gist options
  • Save giteshk/0b718aa5c9fd5e3688726dc51035a902 to your computer and use it in GitHub Desktop.
Save giteshk/0b718aa5c9fd5e3688726dc51035a902 to your computer and use it in GitHub Desktop.
ApigeeStaging
Index: src/ClientInterface.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/ClientInterface.php b/src/ClientInterface.php
--- a/src/ClientInterface.php (revision a6a24db85561a2cc2e4663f9000c084027af24a5)
+++ b/src/ClientInterface.php (revision abd2366dd65ee9fc664a853bd895aab4a47200cb)
@@ -62,7 +62,7 @@
*
* @var string
*/
- public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';
+ public const APIGEE_ON_GCP_ENDPOINT = 'https://staging-apigee.sandbox.googleapis.com/v1';
public const VERSION = '2.0.18';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment