fix(core): store payment token in payment attempt (#146)

This commit is contained in:
Narayan Bhat
2022-12-16 12:10:09 +05:30
committed by GitHub
parent bf7f24125f
commit aaa1901c5d
10 changed files with 49 additions and 11 deletions

View File

@ -214,6 +214,7 @@ diesel::table! {
mandate_id -> Nullable<Varchar>,
browser_info -> Nullable<Jsonb>,
error_code -> Nullable<Varchar>,
payment_token -> Nullable<Varchar>,
}
}