lokielse / omnipay-wechatpay

(微信支付)WeChatPay driver for the Omnipay PHP payment processing library
MIT License
315 stars 103 forks source link

Update QueryRefundRequest.php #87

Closed maxsky closed 5 years ago

maxsky commented 5 years ago

Fixed qureyRefund() exception with

Call to undefined method Omnipay\Common\Http\Client::post()
codecov-io commented 5 years ago

Codecov Report

Merging #87 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #87   +/-   ##
=========================================
  Coverage     25.16%   25.16%           
  Complexity      250      250           
=========================================
  Files            29       29           
  Lines           747      747           
=========================================
  Hits            188      188           
  Misses          559      559
Impacted Files Coverage Δ Complexity Δ
src/Message/QueryRefundRequest.php 0% <0%> (ø) 16 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d8927a...bc4df16. Read the comment docs.

maxsky commented 5 years ago

It look like all files in src/Message has $this->httpClient->post should be replaced with $this->httpClient->request.