EasyAbp/EShop

Record PaymentAmount in Order entity

gdlcf88 opened this issue · 1 comments

Then we can stop an over-refund when invoking the RefundOrderLine method and the RefundOrderExtraFee method in Order.

I don't want to make a breaking change, so the PaymentAmount property is better to be nullable, so the over-refund check should work only when the PaymentAmount is not null.

Resolved by #268