We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a633ca commit b159e0bCopy full SHA for b159e0b
src/App.tsx
@@ -13,7 +13,7 @@ import './App.scss';
13
14
const App: React.FC = () => {
15
useScript({
16
- src: 'https://btn.moltin.com',
+ src: config.shopkitSrc,
17
'data-moltin-client-id': config.clientId,
18
'data-moltin-stripe-publishable-key': config.stripeKey
19
});
src/config.ts
@@ -8,4 +8,5 @@ export const config = {
8
algoliaApiKey: '7d829396bbf202b30bfe7ad52120bbac',
9
algoliaIndexName: 'product',
10
compareKeys: [],
11
+ shopkitSrc: 'https://btn.moltin.com',
12
};
0 commit comments