We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... 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); ...
The text was updated successfully, but these errors were encountered:
我没看明白你要表达的点。
Sorry, something went wrong.
如果系统订单状态在支付成功回调之前已被取消,那么当前交易应该执行退款。
No branches or pull requests
...
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);
...
The text was updated successfully, but these errors were encountered: