lokielse / omnipay-unionpay

UnionPay driver for the Omnipay PHP payment processing library
MIT License
112 stars 43 forks source link

readme中的query order status有误 #15

Closed successgo closed 7 years ago

successgo commented 7 years ago

原文

$response = $gateway->Omnipay::queryStatus([

应该是

$response = $gateway->query([

不然,会丢出一个错误。