mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor: add payment_issuer and payment_experience in pa (#491)
This commit is contained in:
@ -219,8 +219,6 @@ diesel::table! {
|
||||
tax_amount -> Nullable<Int8>,
|
||||
payment_method_id -> Nullable<Varchar>,
|
||||
payment_method -> Nullable<PaymentMethodType>,
|
||||
payment_flow -> Nullable<PaymentFlow>,
|
||||
redirect -> Nullable<Bool>,
|
||||
connector_transaction_id -> Nullable<Varchar>,
|
||||
capture_method -> Nullable<CaptureMethod>,
|
||||
capture_on -> Nullable<Timestamp>,
|
||||
@ -236,6 +234,8 @@ diesel::table! {
|
||||
error_code -> Nullable<Varchar>,
|
||||
payment_token -> Nullable<Varchar>,
|
||||
connector_metadata -> Nullable<Jsonb>,
|
||||
payment_issuer -> Nullable<Varchar>,
|
||||
payment_experience -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user