We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15d316 commit df2dad2Copy full SHA for df2dad2
1 file changed
packages/msw/EnvironmentService.ts
@@ -32,13 +32,13 @@ const singleSessionEnvironment: EnvironmentPreset = {
32
commerce_settings: {
33
billing: {
34
organization: {
35
- enabled: false,
36
- has_paid_plans: false,
+ enabled: true,
+ has_paid_plans: true,
37
},
38
stripe_publishable_key: '',
39
user: {
40
41
42
43
44
id: 'commerce_settings_1',
0 commit comments