mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-27 11:52:51 +00:00
[AB-xxx] adding templates for currency conversion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"embeds": [
|
||||
{
|
||||
<#assign sourceValue=sourceValue>
|
||||
<#assign sourceCurrency=sourceCurrency.code>
|
||||
<#assign targetValue=targetValue>
|
||||
<#assign targetCurrency=targetCurrency.code>
|
||||
"description": "<@safe_include "convertCurrency_response_text"/>"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<#include "currency_conversion_currency_not_found_exception_text">
|
||||
Reference in New Issue
Block a user