From 31b3ba8aae5c47b055ff7a9dd6ecd539d19cee23 Mon Sep 17 00:00:00 2001 From: Hemanth Bellala Date: Mon, 11 Apr 2022 10:25:47 -0400 Subject: [PATCH] update name and type for value for amount for buyer and merchant --- tap_playstore/cached_catalog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tap_playstore/cached_catalog.json b/tap_playstore/cached_catalog.json index 930ae79..ee935da 100644 --- a/tap_playstore/cached_catalog.json +++ b/tap_playstore/cached_catalog.json @@ -1109,10 +1109,10 @@ "string" ] }, - "amount_(buyer_currency)": { + "amount__buyer_currency_": { "type": [ "null", - "number" + "string" ] }, "currency_conversion_rate": { @@ -1127,10 +1127,10 @@ "string" ] }, - "amount_(merchant_currency)": { + "amount__merchant_currency_": { "type": [ "null", - "number" + "string" ] }, "base_plan_id": {