mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +08:00
feat(core): Add Support for Payments Dynamic Tax Calculation Based on Shipping Address (#5619)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -133,7 +133,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::PaymentsAuthorize
|
||||
| Flow::GetExtendedCardInfo
|
||||
| Flow::PaymentsCompleteAuthorize
|
||||
| Flow::PaymentsManualUpdate => Self::Payments,
|
||||
| Flow::PaymentsManualUpdate
|
||||
| Flow::SessionUpdateTaxCalculation => Self::Payments,
|
||||
|
||||
Flow::PayoutsCreate
|
||||
| Flow::PayoutsRetrieve
|
||||
|
||||
Reference in New Issue
Block a user