From 9486a00c94d0701b691eaf19e59609af1e19e3d7 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 9 Mar 2022 07:37:26 +0000 Subject: [PATCH] charge for currency conversion --- currency/publicapi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/currency/publicapi.json b/currency/publicapi.json index b2a302c..5ea1990 100644 --- a/currency/publicapi.json +++ b/currency/publicapi.json @@ -4,6 +4,8 @@ "category": "finance", "display_name": "Currency", "pricing": { - "Currency.History": 5000 + "Currency.Convert": 500, + "Currency.Rates": 500, + "Currency.History": 500 } }