mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-11 18:59:20 +08:00
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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user