Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dynamic tax calculation fix #618

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

ImSagnik007
Copy link
Contributor

@ImSagnik007 ImSagnik007 commented Sep 16, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Dynamic Tax response type changed from integer to float due to compatibility issues.
Sample tax api response:
{ "payment_id": "pay_D1KwskbRrHs2wZcXzi6w", "net_amount": 4190, "order_tax_amount": 190, "shipping_cost": 1000, "display_amount": { "net_amount": "41.90", "order_tax_amount": "1.90", "shipping_cost": "10.00" } }

How did you test it?

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

Copy link

Review changes with SemanticDiff.

@ImSagnik007 ImSagnik007 self-assigned this Sep 16, 2024
@ImSagnik007 ImSagnik007 linked an issue Sep 16, 2024 that may be closed by this pull request
@PritishBudhiraja PritishBudhiraja merged commit 9a321fd into main Sep 16, 2024
11 checks passed
@PritishBudhiraja PritishBudhiraja deleted the dynamic_tax_calculation_fix branch September 16, 2024 15:19
@github-actions github-actions bot added the Closed Label will be automatically added when the PR will get merged to main label Sep 16, 2024
akash-c-k pushed a commit that referenced this pull request Sep 16, 2024
## [0.87.1](v0.87.0...v0.87.1) (2024-09-16)

### Bug Fixes

* dynamic tax calculation fix ([#618](#618)) ([9a321fd](9a321fd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Label will be automatically added when the PR will get merged to main
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic tax calculation on shipping address change fix
2 participants