Skip to content

Commit

Permalink
Merge pull request #5583 from wso2/revert-5573-send-to
Browse files Browse the repository at this point in the history
Revert "Update SMS provider payload template"
  • Loading branch information
UdeshAthukorala authored Feb 21, 2024
2 parents 6eba589 + cd98f9f commit a172fd1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-boats-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Revert "Update SMS provider payload template"
Original file line number Diff line number Diff line change
Expand Up @@ -2209,8 +2209,8 @@ export const extensions: Extensions = {
},
payload: {
label: "Payload Template",
placeholder: "{\"content\": {{body}}, \"to\": {{send-to}} }",
hint: "The payload template of the API request. Use {{body}} to represent the generated SMS body. Use {{send-to}} to represent the mobile number."
placeholder: "{\"content\": {{body}}, \"to\": {{mobile}} }",
hint: "The payload template of the API request. Use {{body}} to represent the generated SMS body. Use {{mobile}} to represent the mobile number."
},
key: {
label: "SMS Provider Auth Key",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2241,8 +2241,8 @@ export const extensions: Extensions = {
},
payload: {
label: "Charge utile",
placeholder: "{\"content\": {{body}}, \"to\": {{send-to}} }",
hint: "Le modèle de charge utile de la requête API. Utilisez {{body}} pour représenter le corps du SMS généré. Utilisez {{send-to}} pour représenter le numéro de mobile."
placeholder: "{\"content\": {{body}}, \"to\": {{mobile}} }",
hint: "Le modèle de charge utile de la requête API. Utilisez {{body}} pour représenter le corps du SMS généré. Utilisez {{mobile}} pour représenter le numéro de mobile."
},
key: {
label: "Clé d'authentification du fournisseur SMS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2179,8 +2179,8 @@ export const extensions: Extensions = {
},
payload: {
label: "ගෙවීම",
placeholder: "{\"content\": {{body}}, \"to\": {{send-to}} }",
hint: "API ඉල්ලීමේ ගෙවීමේ අච්චුව. උත්පාදනය කරන ලද SMS අන්තර්ගතය නියෝජනය කිරීමට {{body}} භාවිතා කරන්න. ජංගම දුරකථන අංකය නියෝජනය කිරීමට {{send-to}} භාවිතා කරන්න."
placeholder: "{\"content\": {{body}}, \"to\": {{mobile}} }",
hint: "API ඉල්ලීමේ ගෙවීමේ අච්චුව. උත්පාදනය කරන ලද SMS අන්තර්ගතය නියෝජනය කිරීමට {{body}} භාවිතා කරන්න. ජංගම දුරකථන අංකය නියෝජනය කිරීමට {{mobile}} භාවිතා කරන්න."
},
key: {
label: "SMS සපයන්නාගේ සත්‍යාපන යතුර",
Expand Down

0 comments on commit a172fd1

Please sign in to comment.