Skip to content

Commit 77ca390

Browse files
committed
fix store kit in purchase product ids (for local development only)
1 parent a8fbf54 commit 77ca390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ios/App/Configuration.storekit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"locale" : "en_US"
1616
}
1717
],
18-
"productID" : "cap_lite_consumable_bronze_pack_099",
18+
"productID" : "capture_lite_consumable_bronze_pack_099",
1919
"referenceName" : "Bronze Pack",
2020
"type" : "Consumable"
2121
},
@@ -30,7 +30,7 @@
3030
"locale" : "en_US"
3131
}
3232
],
33-
"productID" : "cap_lite_consumable_silver_pack_199",
33+
"productID" : "capture_lite_consumable_silver_pack_199",
3434
"referenceName" : "Silver Pack",
3535
"type" : "Consumable"
3636
},
@@ -45,7 +45,7 @@
4545
"locale" : "en_US"
4646
}
4747
],
48-
"productID" : "cap_lite_consumable_gold_pack_299",
48+
"productID" : "capture_lite_consumable_gold_pack_299",
4949
"referenceName" : "Gold Pack",
5050
"type" : "Consumable"
5151
},
@@ -60,7 +60,7 @@
6060
"locale" : "en_US"
6161
}
6262
],
63-
"productID" : "cap_lite_consumable_platinum_pack_399",
63+
"productID" : "capture_lite_consumable_platinum_pack_399",
6464
"referenceName" : "Platinum Pack",
6565
"type" : "Consumable"
6666
}

0 commit comments

Comments
 (0)