From 9ee6fab5c87429d6e3b5278c4cb7b9537c9ed668 Mon Sep 17 00:00:00 2001 From: Johannes Kinast Date: Fri, 10 Sep 2021 08:54:54 +0200 Subject: [PATCH] Provide valid default endpoint --- config/amazongiftcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/amazongiftcode.php b/config/amazongiftcode.php index ffaa5d5..b92d6b8 100644 --- a/config/amazongiftcode.php +++ b/config/amazongiftcode.php @@ -12,7 +12,7 @@ | */ - 'endpoint' => env('GIFT_CARD_ENDPOINT', 'agcod-v2-gamma.amazon.com'), + 'endpoint' => env('GIFT_CARD_ENDPOINT', 'https://agcod-v2-gamma.amazon.com'), /* @@ -57,4 +57,4 @@ 'debug' => env('GIFT_CARD_DEBUG', false) -]; \ No newline at end of file +];