Skip to content

Commit

Permalink
Fix url. close #393
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 19, 2016
1 parent fd10c02 commit 0a1ccbd
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 0a1ccbd

Please sign in to comment.