Skip to content

Commit

Permalink
updating cdns
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme committed Jul 19, 2024
1 parent c5cb468 commit a860b0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/lib/src/core/Environment/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const API_ENVIRONMENTS = {

const CDN_ENVIRONMENTS = {
test: 'https://cdf6519016.cdn.adyen.com/checkoutshopper/',
live: 'https://bae81f955b.cdn.adyen.com/checkoutshopper/',
'live-us': 'https://26280c4f4d.cdn.adyen.com/checkoutshopper/',
'live-au': 'https://1706f728fe.cdn.adyen.com/checkoutshopper/',
'live-apse': 'https://0688ecafff.cdn.adyen.com/checkoutshopper/',
'live-in': 'https://0b777a1160.cdn.adyen.com/checkoutshopper/',
fallback: 'https://bae81f955b.cdn.adyen.com/checkoutshopper/'
live: 'https://checkoutshopper-live.cdn.adyen.com/checkoutshopper/',
'live-us': 'https://checkoutshopper-live-us.cdn.adyen.com/checkoutshopper/',
'live-au': 'https://checkoutshopper-live-au.cdn.adyen.com/checkoutshopper/',
'live-apse': 'https://checkoutshopper-live-apse.cdn.adyen.com/checkoutshopper/',
'live-in': 'https://checkoutshopper-live-in.cdn.adyen.com/checkoutshopper/',
fallback: 'https://checkoutshopper-live.cdn.adyen.com/checkoutshopper/'
};

const ANALYTICS_ENVIRONMENTS = {
Expand Down

0 comments on commit a860b0a

Please sign in to comment.