From bdb4ed1e8ae2050d844bf37ae0ec74dba4eb7309 Mon Sep 17 00:00:00 2001 From: Yashasvi Bajpai <33063622+yashasvibajpai@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:25:22 +0530 Subject: [PATCH] fix: move af_currency outside properties in eventValue --- src/v0/destinations/af/data/AFDefaultConfig.json | 3 ++- test/integrations/destinations/af/processor/data.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/v0/destinations/af/data/AFDefaultConfig.json b/src/v0/destinations/af/data/AFDefaultConfig.json index 9e36a8d579..55f2e1f57d 100644 --- a/src/v0/destinations/af/data/AFDefaultConfig.json +++ b/src/v0/destinations/af/data/AFDefaultConfig.json @@ -1,5 +1,6 @@ { "properties.revenue": "af_revenue", "properties.quantity": "af_quantity", - "properties.price": "af_price" + "properties.price": "af_price", + "properties.currency": "af_currency" } diff --git a/test/integrations/destinations/af/processor/data.ts b/test/integrations/destinations/af/processor/data.ts index d0fd29b089..1fb43c0b01 100644 --- a/test/integrations/destinations/af/processor/data.ts +++ b/test/integrations/destinations/af/processor/data.ts @@ -1079,7 +1079,7 @@ export const data = [ body: { JSON: { eventValue: - '{"properties":{"tax":2,"total":27.5,"coupon":"hasbros","revenue":48,"price":25,"quantity":2,"currency":"ZAR","discount":2.5,"order_id":"50314b8e9bcf000000000000","products":[{"sku":"45790-32","url":"https://www.example.com/product/path","name":"Monopoly: 3rd Edition","price":19,"category":"Games","quantity":1,"image_url":"https:///www.example.com/product/path.jpg","product_id":"507f1f77bcf86cd799439011"},{"sku":"46493-32","name":"Uno Card Game","price":3,"category":"Games","quantity":2,"product_id":"505bd76785ebb509fc183733"}],"shipping":3,"subtotal":22.5,"affiliation":"Google Store","checkout_id":"fksdjfsdjfisjf9sdfjsd9f"},"af_revenue":48,"af_quantity":2,"af_price":25}', + '{"properties":{"tax":2,"total":27.5,"coupon":"hasbros","revenue":48,"price":25,"quantity":2,"currency":"ZAR","discount":2.5,"order_id":"50314b8e9bcf000000000000","products":[{"sku":"45790-32","url":"https://www.example.com/product/path","name":"Monopoly: 3rd Edition","price":19,"category":"Games","quantity":1,"image_url":"https:///www.example.com/product/path.jpg","product_id":"507f1f77bcf86cd799439011"},{"sku":"46493-32","name":"Uno Card Game","price":3,"category":"Games","quantity":2,"product_id":"505bd76785ebb509fc183733"}],"shipping":3,"subtotal":22.5,"affiliation":"Google Store","checkout_id":"fksdjfsdjfisjf9sdfjsd9f"},"af_revenue":48,"af_quantity":2,"af_price":25,"af_currency":"ZAR"}', eventName: 'normal track event', eventTime: '2020-08-14T05:30:30.118Z', eventCurrency: 'ZAR',