feat(payout): [Payone] add payone connector (#4553)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kiran Kumar
2024-05-30 15:12:02 +05:30
committed by GitHub
parent bed42ce4be
commit 832968c0c4
14 changed files with 469 additions and 534 deletions

View File

@ -159,7 +159,6 @@ impl<E> ConnectorResponseExt
pub fn get_payment_attempt_id(payment_id: impl std::fmt::Display, attempt_count: i16) -> String {
format!("{payment_id}_{attempt_count}")
}
#[derive(Debug)]
pub struct QrImage {
pub data: String,