mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): separate straight through algorithm in separate column in payment attempt (#863)
This commit is contained in:
@ -262,7 +262,7 @@ diesel::table! {
|
||||
amount -> Int8,
|
||||
currency -> Nullable<Currency>,
|
||||
save_to_locker -> Nullable<Bool>,
|
||||
connector -> Nullable<Jsonb>,
|
||||
connector -> Nullable<Varchar>,
|
||||
error_message -> Nullable<Text>,
|
||||
offer_amount -> Nullable<Int8>,
|
||||
surcharge_amount -> Nullable<Int8>,
|
||||
@ -288,6 +288,7 @@ diesel::table! {
|
||||
payment_method_type -> Nullable<Varchar>,
|
||||
payment_method_data -> Nullable<Jsonb>,
|
||||
business_sub_label -> Nullable<Varchar>,
|
||||
straight_through_algorithm -> Nullable<Jsonb>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user