mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): store customer_acceptance in the payment_methods table (#3885)
This commit is contained in:
@ -1145,8 +1145,8 @@ pub enum IntentStatus {
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum FutureUsage {
|
||||
#[default]
|
||||
OffSession,
|
||||
#[default]
|
||||
OnSession,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user