mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(connector): added amount conversion framework for Gpayments (#4978)
This commit is contained in:
@ -11,7 +11,7 @@ impl utils::Connector for GpaymentsTest {
|
||||
fn get_data(&self) -> types::api::ConnectorData {
|
||||
use router::connector::Gpayments;
|
||||
utils::construct_connector_data_old(
|
||||
Box::new(&Gpayments),
|
||||
Box::new(Gpayments::new()),
|
||||
types::Connector::Threedsecureio,
|
||||
// Added as Dummy connector as template code is added for future usage
|
||||
types::api::GetToken::Connector,
|
||||
|
||||
Reference in New Issue
Block a user