mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	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:
		@ -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>,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user