From 153a4e404d8ab364bf20461a3fd7ae686a805713 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 10 Jan 2022 15:09:21 +0000 Subject: [PATCH] change pricing --- currency/publicapi.json | 1 + email/publicapi.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/currency/publicapi.json b/currency/publicapi.json index a9a016f..0ec44d2 100644 --- a/currency/publicapi.json +++ b/currency/publicapi.json @@ -4,6 +4,7 @@ "category": "money", "display_name": "Currency", "pricing": { + "Currency.Convert": 5000, "Currency.History": 5000, "Currency.Rates": 5000 } diff --git a/email/publicapi.json b/email/publicapi.json index 88437cf..4ede89e 100644 --- a/email/publicapi.json +++ b/email/publicapi.json @@ -3,7 +3,7 @@ "icon": "✉️", "category": "communication", "pricing": { - "Email.Send": 5000 + "Email.Send": 10000 }, "display_name": "Email" }