I have big issue in magento 2 backend. When editing product which has custom options with different prices. After saving the product custom options price is changing automaticaly:
My magento version is Magento CE 2.1
Example
"custom option 1" price is 1500.00
After save:
Expected result:
custom option price should be 1500.00
Actual result:
custom option price is 1.00
Is there any solution for this issiue?