lokielse / omnipay-alipay

Alipay driver for the Omnipay PHP payment processing library
MIT License
565 stars 155 forks source link

支付宝无密退款更新get请求为request问题 #146

Closed sunanzhi closed 5 years ago

sunanzhi commented 6 years ago

更新支付宝返回的内容转xml 编码的问题

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #146   +/-   ##
=========================================
  Coverage     57.53%   57.53%           
  Complexity      684      684           
=========================================
  Files            64       64           
  Lines          1785     1785           
=========================================
  Hits           1027     1027           
  Misses          758      758
Impacted Files Coverage Δ Complexity Δ
src/Requests/LegacyRefundNoPwdRequest.php 0% <0%> (ø) 34 <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 465f9e3...faeec8a. Read the comment docs.

sunanzhi commented 6 years ago

你们版本tag 3.0.3存在这个问题,get报没有定义的method,改成了request就可以使用,但是你们的master就已经把get成request。