-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
查询支付的地址多了一个空格,导致查询失败,去掉最后的那个空格后就好了 #393
Comments
@wuhong1986 Thanks. |
overtrue
added a commit
that referenced
this issue
Apr 20, 2016
overtrue
added a commit
that referenced
this issue
Apr 20, 2016
* Bugfix close #389 * Fix tests. * Fix url. close #393 * Payment::configForPayment() bugfix. EasyWeChat/docs#27 * Fix tests. * Add methods for JSSDK payment. * Fix tests. * Applied fixes from StyleCI (#400) * Scrutinizer Auto-Fixes (#399) This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
overtrue
added a commit
that referenced
this issue
Apr 22, 2016
* Bugfix close #389 * Fix tests. * Fix url. close #393 * Payment::configForPayment() bugfix. EasyWeChat/docs#27 * Fix tests. * Add methods for JSSDK payment. * Fix tests. * Applied fixes from StyleCI (#400) * Scrutinizer Auto-Fixes (#399) This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * Filter the empty params. #402
overtrue
added a commit
that referenced
this issue
May 4, 2016
* Bugfix close #389 * Fix tests. * Fix url. close #393 * Payment::configForPayment() bugfix. EasyWeChat/docs#27 * Fix tests. * Add methods for JSSDK payment. * Fix tests. * Applied fixes from StyleCI (#400) * Scrutinizer Auto-Fixes (#399) This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * Filter the empty params. #402 * Add User Tag service. * Applied fixes from StyleCI (#409) * Typo.
overtrue
added a commit
that referenced
this issue
May 17, 2016
* Bugfix close #389 * Fix tests. * Fix url. close #393 * Payment::configForPayment() bugfix. EasyWeChat/docs#27 * Fix tests. * Add methods for JSSDK payment. * Fix tests. * Applied fixes from StyleCI (#400) * Scrutinizer Auto-Fixes (#399) This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * Filter the empty params. #402 * Add User Tag service. * Applied fixes from StyleCI (#409) * Typo. * CS. * Support guzzle basic options. #415 * En comment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我用的环境
PHP 版本:
overtrue/wechat 版本:
问题及现象
描述你的问题现象,报错贴截图粘贴或者贴具体信息,提供必要的代码段
./vendor/overtrue/wechat/src/Payment/MerchantPay/API.php: const API_QUERY = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo ';
The text was updated successfully, but these errors were encountered: