Skip to content

Commit 5193031

Browse files
test: try using old test plan id for testing
1 parent ec0366e commit 5193031

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/services/configuration.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ const configByDomain = {
6868
messagingSenderId: '937016595307',
6969
},
7070
paddleProduct: 552378, //Test Plan1
71-
paddleProductBasicMonthly: 'pro_01hwh74tng14hkwpmyr346fdqp', //Test Plan
72-
paddleProductPlusMonthly: 'pro_01hwh7sh9zm3zjtprwwmr8ayyj', //Test Plan
73-
paddleProductBasicYearly: 'pro_01hwh7b9xhfhr1r0q47en6watg', //Test Plan
74-
paddleProductPlusYearly: 'pro_01hwh7w73vd8av1x0tft21jxxg', //Test Plan
71+
paddleProductBasicMonthly: '552378', //Test Plan
72+
paddleProductPlusMonthly: '552378', //Test Plan
73+
paddleProductBasicYearly: '552378', //Test Plan
74+
paddleProductPlusYearly: '552378', //Test Plan
7575
features: {
7676
payment: true,
7777
},
@@ -86,10 +86,10 @@ const configByDomain = {
8686
appId: '1:269086080449:web:524e822dbd66f7bb594340',
8787
},
8888
paddleProduct: 552378, //Test Plan1
89-
paddleProductBasicMonthly: 'pro_01hwh74tng14hkwpmyr346fdqp', //Test Plan
90-
paddleProductPlusMonthly: 'pro_01hwh7sh9zm3zjtprwwmr8ayyj', //Test Plan
91-
paddleProductBasicYearly: 'pro_01hwh7b9xhfhr1r0q47en6watg', //Test Plan
92-
paddleProductPlusYearly: 'pro_01hwh7w73vd8av1x0tft21jxxg', //Test Plan
89+
paddleProductBasicMonthly: '552378', //Test Plan
90+
paddleProductPlusMonthly: '552378', //Test Plan
91+
paddleProductBasicYearly: '552378', //Test Plan
92+
paddleProductPlusYearly: '552378', //Test Plan
9393
features: {
9494
payment: true,
9595
},
@@ -106,10 +106,10 @@ const defaultConfig = {
106106
messagingSenderId: '937016595307',
107107
},
108108
paddleProduct: 552378, //Test Plan1
109-
paddleProductBasicMonthly: 'pro_01hwh74tng14hkwpmyr346fdqp', //Test Plan
110-
paddleProductPlusMonthly: 'pro_01hwh7sh9zm3zjtprwwmr8ayyj', //Test Plan
111-
paddleProductBasicYearly: 'pro_01hwh7b9xhfhr1r0q47en6watg', //Test Plan
112-
paddleProductPlusYearly: 'pro_01hwh7w73vd8av1x0tft21jxxg', //Test Plan
109+
paddleProductBasicMonthly: '552378', //Test Plan
110+
paddleProductPlusMonthly: '552378', //Test Plan
111+
paddleProductBasicYearly: '552378', //Test Plan
112+
paddleProductPlusYearly: '552378', //Test Plan
113113
features: {
114114
payment: true,
115115
},

0 commit comments

Comments
 (0)