From f2fabfbf5029f6e78a6d24f6edba2a94f9e46c21 Mon Sep 17 00:00:00 2001 From: Swangi Kumari <85639103+swangi-kumari@users.noreply.github.com> Date: Wed, 26 Mar 2025 01:12:56 +0530 Subject: [PATCH] feat(connector): [Coingate] add wasm changes for coingate metadata (#7632) --- crates/connector_configs/toml/development.toml | 18 ++++++++++++++++++ crates/connector_configs/toml/production.toml | 18 ++++++++++++++++++ crates/connector_configs/toml/sandbox.toml | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml index fa5ab4abee..cc1ce7559f 100644 --- a/crates/connector_configs/toml/development.toml +++ b/crates/connector_configs/toml/development.toml @@ -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]] diff --git a/crates/connector_configs/toml/production.toml b/crates/connector_configs/toml/production.toml index c7bbddfc6d..81d4c31c67 100644 --- a/crates/connector_configs/toml/production.toml +++ b/crates/connector_configs/toml/production.toml @@ -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] diff --git a/crates/connector_configs/toml/sandbox.toml b/crates/connector_configs/toml/sandbox.toml index 19df992e3d..1a689182c6 100644 --- a/crates/connector_configs/toml/sandbox.toml +++ b/crates/connector_configs/toml/sandbox.toml @@ -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]]