mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(compatibility): add mandates support in stripe compatibility (#897)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in> Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com> Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
This commit is contained in:
		| @ -20,6 +20,7 @@ impl StripeApis { | ||||
|             .service(app::PaymentIntents::server(state.clone())) | ||||
|             .service(app::Refunds::server(state.clone())) | ||||
|             .service(app::Customers::server(state.clone())) | ||||
|             .service(app::Webhooks::server(state)) | ||||
|             .service(app::Webhooks::server(state.clone())) | ||||
|             .service(app::Mandates::server(state)) | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sahkal Poddar
					Sahkal Poddar