feat(payments): add client_secret auth for payments retrieve (#1663)

This commit is contained in:
Abhishek Marrivagu
2023-07-10 13:21:10 +05:30
committed by GitHub
parent be5d55c98f
commit b428298030
9 changed files with 52 additions and 14 deletions

View File

@ -486,6 +486,7 @@ impl PaymentRedirectFlow for PaymentRedirectSync {
encoded_data: None,
}
}),
client_secret: None,
};
payments_core::<api::PSync, api::PaymentsResponse, _, _, _>(
state,