mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(payment-methods): [Proxy] add saved card flow for proxy payments (#8964)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
		| @ -194,6 +194,10 @@ impl AttemptStatus { | ||||
|             | Self::IntegrityFailure => false, | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     pub fn is_success(self) -> bool { | ||||
|         matches!(self, Self::Charged | Self::PartialCharged) | ||||
|     } | ||||
| } | ||||
|  | ||||
| #[derive( | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sakil Mostak
					Sakil Mostak