fix(refund): add error code in refund table (#427)

This commit is contained in:
Kartikeya Hegde
2023-01-20 13:44:08 +05:30
committed by GitHub
parent cf88718e69
commit dcfa7b0846
7 changed files with 19 additions and 3 deletions

View File

@ -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,