feat(connector): [Coingate] add wasm changes for coingate metadata (#7632)

This commit is contained in:
Swangi Kumari
2025-03-26 01:12:56 +05:30
committed by GitHub
parent dbcca0fbc0
commit f2fabfbf50
3 changed files with 54 additions and 0 deletions

View File

@ -1208,6 +1208,24 @@ merchant_secret="Source verification key"
[coingate.connector_auth.BodyKey]
api_key="API Key"
key1 ="Merchant Token"
[coingate.metadata.currency_id]
name="currency_id"
label="ID of the currency in which the refund will be issued"
placeholder="Enter ID of the currency in which the refund will be issued"
required=true
type="Text"
[coingate.metadata.platform_id]
name="platform_id"
label="Platform ID of the currency in which the refund will be issued"
placeholder="Enter Platform ID of the currency in which the refund will be issued"
required=true
type="Text"
[coingate.metadata.ledger_account_id]
name="ledger_account_id"
label="ID of the trader balance associated with the currency in which the refund will be issued"
placeholder="Enter ID of the trader balance associated with the currency in which the refund will be issued"
required=true
type="Text"
[cryptopay]
[[cryptopay.crypto]]

View File

@ -1038,6 +1038,24 @@ merchant_secret="Source verification key"
[coingate.connector_auth.BodyKey]
api_key="API Key"
key1 ="Merchant Token"
[coingate.metadata.currency_id]
name="currency_id"
label="ID of the currency in which the refund will be issued"
placeholder="Enter ID of the currency in which the refund will be issued"
required=true
type="Text"
[coingate.metadata.platform_id]
name="platform_id"
label="Platform ID of the currency in which the refund will be issued"
placeholder="Enter Platform ID of the currency in which the refund will be issued"
required=true
type="Text"
[coingate.metadata.ledger_account_id]
name="ledger_account_id"
label="ID of the trader balance associated with the currency in which the refund will be issued"
placeholder="Enter ID of the trader balance associated with the currency in which the refund will be issued"
required=true
type="Text"
[cybersource]

View File

@ -1205,6 +1205,24 @@ merchant_secret="Source verification key"
[coingate.connector_auth.BodyKey]
api_key="API Key"
key1 ="Merchant Token"
[coingate.metadata.currency_id]
name="currency_id"
label="ID of the currency in which the refund will be issued"
placeholder="Enter ID of the currency in which the refund will be issued"
required=true
type="Text"
[coingate.metadata.platform_id]
name="platform_id"
label="Platform ID of the currency in which the refund will be issued"
placeholder="Enter Platform ID of the currency in which the refund will be issued"
required=true
type="Text"
[coingate.metadata.ledger_account_id]
name="ledger_account_id"
label="ID of the trader balance associated with the currency in which the refund will be issued"
placeholder="Enter ID of the trader balance associated with the currency in which the refund will be issued"
required=true
type="Text"
[cryptopay]
[[cryptopay.crypto]]