Price rounded to whole dollar in EPP UI after API Update
Summary:
When we create EPP records via the External Purchase Price Request API, I can see prices at two decimal points. When I update the record via the API, the price in the UI is rounded to the dollar. Price was originally 0.82 cents, I updated the description and now the UI shows 1. On the SCH_EPP_LINES table, the price still is 0.82, but not showing this accurately in the application.
When I run a 2nd update to change the price to $1.20, the application still shows 1. And the change order detail does show that 1 line was updated, it does not show any detail on the price change (because it shows a change from 1 to 1). However, I do see the price being reflected in the back end tables.