feat(core): store customer_acceptance in the payment_methods table (#3885)

This commit is contained in:
Amisha Prabhat
2024-03-06 15:00:16 +05:30
committed by GitHub
parent 289b20a82e
commit a1fd36a1ab
83 changed files with 575 additions and 127 deletions

View File

@ -1145,8 +1145,8 @@ pub enum IntentStatus {
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum FutureUsage {
#[default]
OffSession,
#[default]
OnSession,
}