lokielse / omnipay-wechatpay

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

Fixed isSuccessful() #23

Closed breeze-ev closed 7 years ago

breeze-ev commented 7 years ago

isSuccessful() must check $data['result_code'] == 'SUCCESS' , because sometimes $data['result_code'] == 'FAIL' When $data['err_code'] == 'INVALID_REQUEST' and $data['err_code_des'] == '201 商户订单号重复'

breeze-ev commented 7 years ago

are you fixed it before? sorry , please undo this pull request, thank you!