EasyAbp/PaymentService

Get payment ExtraProperties in PayAsync

Closed this issue · 0 comments

In the previous design, we get ExtraProperties from the user's input during the Payment entity creation and insert it into the entity without validation so users may input bad ExtraProperties.

In the new design, we create Payment entities without ExtraProperties input and get it in IPaymentAppService.PayAsync method.