Skip to content

微信支付回调PaidWeChatPayEventHandler,取消状态进入退款逻辑? #74

Description

@herirong

...
else if (payment.IsCanceled())
{
_paymentLogger.LogInformation("callback wechat orderRefund:" + paymentId);
var outRefundNo = payment.Id.ToString();
var args = new WeChatPayRefundJobArgs(payment.TenantId, payment.Id, outRefundNo,
payment.ActualPaymentAmount, PaymentServiceWeChatPayConsts.InvalidPaymentAutoRefundDisplayReason);
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions