test(connector): [Authorizedotnet] Add UI test for Authorizedotnet Payment methods (#1736)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
chikke srujan
2023-07-19 12:41:38 +05:30
committed by GitHub
parent 8995ecf372
commit f44cc1e107
4 changed files with 60 additions and 1 deletions

View File

@ -257,6 +257,7 @@ pub struct AutomationConfigs {
pub testcases_path: Option<String>,
pub bluesnap_gateway_merchant_id: Option<String>,
pub globalpay_gateway_merchant_id: Option<String>,
pub authorizedotnet_gateway_merchant_id: Option<String>,
pub run_minimum_steps: Option<bool>,
pub airwallex_merchant_name: Option<String>,
}