refactor(core): update response for PaymentsDynamicTaxCalculationResponse (#5909)

This commit is contained in:
Swangi Kumari
2024-09-16 19:37:43 +05:30
committed by GitHub
parent 00a7865576
commit 45c19a1729
6 changed files with 140 additions and 4 deletions

View File

@ -615,6 +615,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::additional_info::UpiCollectAdditionalData,
api_models::payments::PaymentsDynamicTaxCalculationRequest,
api_models::payments::PaymentsDynamicTaxCalculationResponse,
api_models::payments::DisplayAmountOnSdk,
)),
modifiers(&SecurityAddon)
)]

View File

@ -522,6 +522,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::additional_info::UpiCollectAdditionalData,
api_models::payments::PaymentsDynamicTaxCalculationRequest,
api_models::payments::PaymentsDynamicTaxCalculationResponse,
api_models::payments::DisplayAmountOnSdk,
)),
modifiers(&SecurityAddon)
)]