mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [chargebee] consumes required fields to support transaction monitoring (#7774)
Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8759162927
commit
5fa54e5e57
@ -277,6 +277,7 @@ impl ApiModelToDieselModelConvertor<ApiRevenueRecoveryMetadata> for PaymentReven
|
||||
payment_method_type: from.payment_method_type,
|
||||
payment_method_subtype: from.payment_method_subtype,
|
||||
connector: from.connector,
|
||||
invoice_next_billing_time: from.invoice_next_billing_time,
|
||||
}
|
||||
}
|
||||
|
||||
@ -292,6 +293,7 @@ impl ApiModelToDieselModelConvertor<ApiRevenueRecoveryMetadata> for PaymentReven
|
||||
payment_method_type: self.payment_method_type,
|
||||
payment_method_subtype: self.payment_method_subtype,
|
||||
connector: self.connector,
|
||||
invoice_next_billing_time: self.invoice_next_billing_time,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user