lokielse / omnipay-wechatpay

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

All `$this->httpClient->post` replaced with `$this->httpClient->request` #89

Closed maxsky closed 5 years ago

maxsky commented 5 years ago

All $this->httpClient->post replaced with $this->httpClient->request

codecov-io commented 5 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.03%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #89      +/-   ##
===========================================
+ Coverage     25.16%   25.2%   +0.03%     
  Complexity      250     250              
===========================================
  Files            29      29              
  Lines           747     746       -1     
===========================================
  Hits            188     188              
+ Misses          559     558       -1
Impacted Files Coverage Δ Complexity Δ
src/Message/QueryRefundRequest.php 0% <0%> (ø) 16 <0> (ø) :arrow_down:
src/Message/ShortenUrlRequest.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
src/Message/QueryTransferRequest.php 0% <0%> (ø) 8 <0> (ø) :arrow_down:
src/Message/CreateMicroOrderRequest.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
src/Message/QueryOpenIdByAuthCodeRequest.php 0% <0%> (ø) 4 <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 8bbafb9...b6a5abc. Read the comment docs.