Skip to content

Commit

Permalink
Develop (#394)
Browse files Browse the repository at this point in the history
* Bugfix close #389

* Fix tests.

* Fix url. close #393
  • Loading branch information
overtrue committed Apr 19, 2016
1 parent ce90da3 commit 32b4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment/MerchantPay/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class API extends AbstractAPI

// api
const API_SEND = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers';
const API_QUERY = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo ';
const API_QUERY = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo';

/**
* API constructor.
Expand Down

0 comments on commit 32b4753

Please sign in to comment.