mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
fix: check if saved payment method and that in request are for the same customer (#260)
This commit is contained in:
@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user