mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 20:40:12 +08:00
chore: Allow to update refund reason (#372)
This commit is contained in:
@ -49,6 +49,7 @@ impl From<StripeUpdateRefundRequest> for refunds::RefundUpdateRequest {
|
||||
fn from(req: StripeUpdateRefundRequest) -> Self {
|
||||
Self {
|
||||
metadata: req.metadata,
|
||||
reason: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user