feat(connector): [Adyen] implement Oxxo (#1808)

Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2023-08-04 01:45:38 +05:30
committed by GitHub
parent f2fcc2595a
commit 5ed3f34c24
14 changed files with 33 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ pub trait RouterData {
}
pub fn get_unimplemented_payment_method_error_message(connector: &str) -> String {
format!("Selected paymemt method through {}", connector)
format!("Selected payment method through {}", connector)
}
impl<Flow, Request, Response> RouterData for types::RouterData<Flow, Request, Response> {