lokielse / omnipay-wechatpay

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

use configured HTTP client instead of curl #7

Closed videni closed 8 years ago

videni commented 8 years ago

use configured HTTP client instead of curl, make it consistant with other payment gateways

lokielse commented 8 years ago

@videni Thanks for PR, I'll replace all Http::post with httpClient sometime

videni commented 8 years ago

my pleasure, please do it quickly, apply my PR where you try to do this, even though something need to be fixed, it still can save you some time.

lokielse commented 8 years ago

@videni Code update with tag v1.0.15, check it out!!

videni commented 8 years ago

@lokielse,very appreciate