mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Coingate] add wasm changes for coingate metadata (#7632)
This commit is contained in:
@ -1208,6 +1208,24 @@ merchant_secret="Source verification key"
|
|||||||
[coingate.connector_auth.BodyKey]
|
[coingate.connector_auth.BodyKey]
|
||||||
api_key="API Key"
|
api_key="API Key"
|
||||||
key1 ="Merchant Token"
|
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]
|
||||||
[[cryptopay.crypto]]
|
[[cryptopay.crypto]]
|
||||||
|
|||||||
@ -1038,6 +1038,24 @@ merchant_secret="Source verification key"
|
|||||||
[coingate.connector_auth.BodyKey]
|
[coingate.connector_auth.BodyKey]
|
||||||
api_key="API Key"
|
api_key="API Key"
|
||||||
key1 ="Merchant Token"
|
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]
|
[cybersource]
|
||||||
|
|||||||
@ -1205,6 +1205,24 @@ merchant_secret="Source verification key"
|
|||||||
[coingate.connector_auth.BodyKey]
|
[coingate.connector_auth.BodyKey]
|
||||||
api_key="API Key"
|
api_key="API Key"
|
||||||
key1 ="Merchant Token"
|
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]
|
||||||
[[cryptopay.crypto]]
|
[[cryptopay.crypto]]
|
||||||
|
|||||||
Reference in New Issue
Block a user