Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update SMS provider payload template" #5583

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading