Skip to content

Commit 9176f59

Browse files
crispinkoechCrispin Kipruto
andauthored
Fix typo in action description. (#413)
* Update Africa's Talking Payments connector * Include host policy instances to Africa's Talking payments connector * Fix typo * Add sanbox Athena option in list of providers Co-authored-by: Crispin Kipruto <crispin.kipruto@africastalking.com>
1 parent c424a09 commit 9176f59

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

certified-connectors/Africa's Talking Payments/apiDefinition.swagger.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"x-ms-visibility": "important",
5454
"enum": [
5555
"Mpesa",
56-
"TigoTanzania"
56+
"TigoTanzania",
57+
"Athena"
5758
]
5859
},
5960
"transferType": {
@@ -699,7 +700,8 @@
699700
"Mpesa",
700701
"Segovia",
701702
"Flutterwave",
702-
"Admin"
703+
"Admin",
704+
"Athena"
703705
],
704706
"description": "Transaction provider you would like to consider.",
705707
"x-ms-summary": "Provider"

certified-connectors/Africa's Talking SMS/apiDefinition.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"/version1/messaging/bulk": {
2626
"post": {
2727
"summary": "Send SMS",
28-
"description": "Send an sms to multiple numbers.",
28+
"description": "Send an SMS to multiple numbers.",
2929
"operationId": "SendSms",
3030
"parameters": [
3131
{

0 commit comments

Comments
 (0)