Skip to content

Commit

Permalink
Provide valid default endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
goaround authored Sep 10, 2021
1 parent a64586a commit 9ee6fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/amazongiftcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),


/*
Expand Down Expand Up @@ -57,4 +57,4 @@

'debug' => env('GIFT_CARD_DEBUG', false)

];
];

0 comments on commit 9ee6fab

Please sign in to comment.