ethereum-ex icon indicating copy to clipboard operation
ethereum-ex copied to clipboard

Safepay issue

Open djkskqyr3 opened this issue 3 years ago • 0 comments

Thanks for your code and you are the best. However, I have found a small issue with your code and check the below code.

168 - orders[orderno].safepay = msg.value; + orders[orderno].safepay = orders[orderno].price; + orders[orderno].shipment.safepay = orders[orderno].shipment.price;

djkskqyr3 avatar Apr 21 '21 10:04 djkskqyr3