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
问题描述:
微信退款时有一个可选的 refund_desc 参数,若商户传入,会在下发给用户的退款消息中体现退款原因。(例如:商品已售完)
refund_desc
可以考虑给 refund 方法添加一个 $refundDesc 参数。 Payment/API.php +222
refund
$refundDesc
public function refund( $orderNo, $refundNo, $totalFee, $refundFee = null, $opUserId = null, $type = self::OUT_TRADE_NO, $refundAccount = 'REFUND_SOURCE_UNSETTLED_FUNDS' )
The text was updated successfully, but these errors were encountered:
5074d36
No branches or pull requests
问题描述:
微信退款时有一个可选的
refund_desc
参数,若商户传入,会在下发给用户的退款消息中体现退款原因。(例如:商品已售完)可以考虑给
refund
方法添加一个$refundDesc
参数。Payment/API.php +222
The text was updated successfully, but these errors were encountered: