mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix(refund): add error code in refund table (#427)
This commit is contained in:
@ -322,6 +322,7 @@ diesel::table! {
|
||||
refund_status -> RefundStatus,
|
||||
sent_to_gateway -> Bool,
|
||||
refund_error_message -> Nullable<Text>,
|
||||
refund_error_code -> Nullable<Varchar>,
|
||||
metadata -> Nullable<Json>,
|
||||
refund_arn -> Nullable<Varchar>,
|
||||
created_at -> Timestamp,
|
||||
|
||||
Reference in New Issue
Block a user