mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
chore: run pml independently (#5604)
This commit is contained in:
@ -1250,7 +1250,7 @@ Cypress.Commands.add(
|
||||
"saveCardConfirmCallTest",
|
||||
(saveCardConfirmBody, req_data, res_data, globalState) => {
|
||||
const paymentIntentID = globalState.get("paymentID");
|
||||
if (req_data.setup_future_usage === "on_session"){
|
||||
if (req_data.setup_future_usage === "on_session") {
|
||||
saveCardConfirmBody.card_cvc = req_data.payment_method_data.card.card_cvc;
|
||||
}
|
||||
saveCardConfirmBody.payment_token = globalState.get("paymentToken");
|
||||
|
||||
Reference in New Issue
Block a user