Skip to content

Commit 72cff2b

Browse files
committed
Revert "chore: disable shopinbit sandbox"
This reverts commit d00a101.
1 parent d00a101 commit 72cff2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/providers/global/shopin_bit_service_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final pShopinBitService = Provider(
1111
client: ShopInBitClient(
1212
accessKey: kShopInBitAccessKey,
1313
partnerSecret: kShopInBitPartnerSecret,
14-
sandbox: false,
14+
sandbox: true, // TODO set to false in prod
1515
),
1616
db: ref.watch(pSharedDrift),
1717
),

0 commit comments

Comments
 (0)