Skip to content

Commit

Permalink
brands test case added
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Oct 11, 2023
1 parent 2ef67bc commit 57d323f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/__tests__/data/snapchat_conversion.json
Original file line number Diff line number Diff line change
Expand Up @@ -933,14 +933,15 @@
"type": "track",
"event": "Order Completed",
"properties": {
"brands": ["brand01", "brand02"],
"products": [
{
"product_id": "123",
"price": "14",
"quantity": 1
},
{
"product_id": "123",
"product_id": "124",
"price": 14,
"quantity": 3
}
Expand Down Expand Up @@ -973,7 +974,8 @@
"body": {
"JSON": {
"event_type": "PURCHASE",
"item_ids": ["123", "123"],
"item_ids": ["123", "124"],
"brands": ["brand01", "brand02"],
"price": "56",
"hashed_email": "73062d872926c2a556f17b36f50e328ddf9bff9d403939bd14b6c3b7f5a33fc2",
"hashed_phone_number": "bc77d64d7045fe44795ed926df37231a0cfb6ec6b74588c512790e9f143cc492",
Expand Down

0 comments on commit 57d323f

Please sign in to comment.