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 d2e5ebc commit d834e3bCopy full SHA for d834e3b
package/pyconkr-shop/utils/portone.ts
@@ -14,7 +14,7 @@ export const startPortOnePurchase = (
14
return
15
}
16
17
- IMP.init(import.meta.env.VITE_IMP_ACCOUNT_ID)
+ IMP.init(import.meta.env.VITE_PYCONKR_SHOP_IMP_ACCOUNT_ID)
18
IMP.request_pay(
19
{
20
pg: "kcp",
src/vite-env.d.ts
@@ -6,6 +6,7 @@ interface ViteTypeOptions {
6
interface ImportMetaEnv {
7
readonly VITE_PYCONKR_SHOP_API_DOMAIN: string;
8
readonly VITE_PYCONKR_SHOP_CSRF_COOKIE_NAME: string;
9
+ readonly VITE_PYCONKR_SHOP_IMP_ACCOUNT_ID: string;
10
11
12
interface ImportMeta {
0 commit comments