feat: connector tokenization flow (#750)

Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
Sangamesh Kulkarni
2023-04-11 17:24:45 +05:30
committed by GitHub
parent ccf032732e
commit 29da1dfa50
70 changed files with 1441 additions and 230 deletions

View File

@ -468,7 +468,7 @@ pub struct PaymentMethodDeleteResponse {
pub deleted: bool,
}
#[derive(Debug, serde::Serialize, ToSchema)]
#[derive(Debug, Clone, serde::Serialize, ToSchema)]
pub struct CustomerPaymentMethod {
/// Token for payment method in temporary card locker which gets refreshed often
#[schema(example = "7ebf443f-a050-4067-84e5-e6f6d4800aef")]