feat(connector) : add authorize,capture,void,refunds and mandates for payeezy (#800)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
chikke srujan
2023-04-13 16:06:27 +05:30
committed by GitHub
parent 0d047e08f9
commit 56952f281c
22 changed files with 1585 additions and 14 deletions

View File

@ -33,6 +33,7 @@ pub struct LockerMockUpNew {
pub card_number: String,
pub card_exp_year: String,
pub card_exp_month: String,
pub name_on_card: Option<String>,
pub card_cvc: Option<String>,
pub payment_method_id: Option<String>,
pub customer_id: Option<String>,