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 d00a101 commit 72cff2bCopy full SHA for 72cff2b
1 file changed
lib/providers/global/shopin_bit_service_provider.dart
@@ -11,7 +11,7 @@ final pShopinBitService = Provider(
11
client: ShopInBitClient(
12
accessKey: kShopInBitAccessKey,
13
partnerSecret: kShopInBitPartnerSecret,
14
- sandbox: false,
+ sandbox: true, // TODO set to false in prod
15
),
16
db: ref.watch(pSharedDrift),
17
0 commit comments