mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
fix: add requires_customer_action status to payment confirm (#1500)
This commit is contained in:
@ -66,6 +66,7 @@ impl<F: Send + Clone> GetTracker<F, PaymentData<F>, api::PaymentsRequest> for Pa
|
|||||||
storage_enums::IntentStatus::Processing,
|
storage_enums::IntentStatus::Processing,
|
||||||
storage_enums::IntentStatus::RequiresCapture,
|
storage_enums::IntentStatus::RequiresCapture,
|
||||||
storage_enums::IntentStatus::RequiresMerchantAction,
|
storage_enums::IntentStatus::RequiresMerchantAction,
|
||||||
|
storage_enums::IntentStatus::RequiresCustomerAction,
|
||||||
],
|
],
|
||||||
"confirm",
|
"confirm",
|
||||||
)?;
|
)?;
|
||||||
|
|||||||
Reference in New Issue
Block a user