From 1ae4745136d9e50b6773251abb7cae7eadcac9d6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 11 Aug 2021 09:14:58 +0100 Subject: [PATCH] increase cost of sms --- sms/publicapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms/publicapi.json b/sms/publicapi.json index 1614d6b..8a1fe68 100644 --- a/sms/publicapi.json +++ b/sms/publicapi.json @@ -3,6 +3,6 @@ "icon": "📟", "category": "communication", "pricing": { - "Sms.Send": 10000 + "Sms.Send": 75000 } }