feat(checkout): cancel impl for checkout (#54)

Co-authored-by: Abhishek Marrivagu <abhishek.marrivagu@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
Co-authored-by: Manoj Ghorela <manoj.ghorela@manoj.ghorela-MacBookPro>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
Kartikeya Hegde
2022-12-02 12:27:24 +05:30
committed by GitHub
parent bad0d7eeab
commit 35289df715
4 changed files with 162 additions and 30 deletions

View File

@ -216,7 +216,7 @@ where
_txn_id: &str,
_payment_attempt: &storage::PaymentAttempt,
_request: &Option<api::PaymentMethod>,
_token: Option<i32>,
_token: &Option<String>,
) -> RouterResult<(
BoxedOperation<'a, F, api::PaymentsSessionRequest>,
Option<api::PaymentMethod>,