bigcommerce / b2b-buyer-portal

B2B Buyer Portal - BigCommerce B2B Edition
MIT License
25 stars 19 forks source link

fix: fix invoice pay issue sup-1866 #100

Closed BrianJiang2021 closed 2 weeks ago

BrianJiang2021 commented 2 weeks ago

Jira: SUP-1866

What/Why?

Due to rounding, the data is biased. So when the back end verifies based on the front end data, the value does not match, resulting in an error.

Modified to: When calling the invoice payment interface, the value is not rounded.

Rollout/Rollback

undo pr

Testing

image