Skip to content

Commit

Permalink
Updated fallback file
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 18, 2024
1 parent 31e7921 commit a94b744
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Sample/qonversion_fallbacks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"timestamp": 1586369519,
"products": [
{
"duration": 4,
Expand Down Expand Up @@ -37,7 +36,7 @@
"type": 0
},
{
"duration": "<null>",
"duration": null,
"id": "consumable",
"store_id": "io.qonversion.consumable",
"type": 2
Expand Down Expand Up @@ -68,12 +67,12 @@
},
"remote_config_list": [
{
"experiment": "<null>",
"experiment": null,
"payload": {
"CTA": "Start you trial",
"CTA_color": "red",
"main_image": 111,
"product_id": 123123123123123,
"main_image": "111",
"product_id": "123123123123123",
"show_close_button": 1
},
"source": {
Expand All @@ -85,12 +84,12 @@
}
},
{
"experiment": "<null>",
"experiment": null,
"payload": {
"CTA": "New test",
"CTA_color": "blue",
"main_image": 1111,
"product_id": 2332,
"main_image": "1111",
"product_id": "2332",
"show_close_button": 1
},
"source": {
Expand All @@ -102,12 +101,12 @@
}
},
{
"experiment": "<null>",
"experiment": null,
"payload": {
"CTA": "One more test",
"CTA_color": "yellow",
"main_image": 1111,
"product_id": 2332,
"main_image": "1111",
"product_id": "2332",
"show_close_button": 1
},
"source": {
Expand Down

0 comments on commit a94b744

Please sign in to comment.