lokielse / omnipay-wechatpay

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

queryRefund exception with post method not defined #86

Closed maxsky closed 5 years ago

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

I read GateWayTest.php, test case testQueryRefund() used query method and same with testClose(). So I don't know how to differentiate what I want to do...