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:
Swangi Kumari
2024-09-06 19:08:15 +05:30
committed by GitHub
parent d3a1703bf5
commit a03ad53e43
75 changed files with 2932 additions and 1239 deletions

View File

@ -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