mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
refactor(refunds): set Instant as the default RefundType (#7824)
This commit is contained in:
@ -165,8 +165,8 @@ pub struct RefundManualUpdateRequest {
|
||||
)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum RefundType {
|
||||
#[default]
|
||||
Scheduled,
|
||||
#[default]
|
||||
Instant,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user