fix: check if saved payment method and that in request are for the same customer (#260)

This commit is contained in:
Manoj Ghorela
2023-01-05 16:09:10 +05:30
committed by GitHub
parent 0e04341f80
commit 3c1406787e
12 changed files with 92 additions and 226 deletions

View File

@ -35,4 +35,5 @@ pub struct LockerMockUpNew {
pub card_exp_month: String,
pub card_cvc: Option<String>,
pub payment_method_id: Option<String>,
pub customer_id: Option<String>,
}