dercoder / omnipay-webmoney

WebMoney driver for the Omnipay PHP payment processing library
MIT License
12 stars 8 forks source link

Added CompletePurchaseResponse::getCurrency #3

Closed hiqsol closed 8 years ago

hiqsol commented 8 years ago

Returns currency by the merchant purse provided in the response.

hiqsol commented 8 years ago

There is a problem with Travis build because satooshi/php-coveralls package requires PHP 5.5 since latest 1.0.1 version. There are two options:

  1. use exact 1.0.0 version for satooshi/php-coveralls in composer.json
  2. use allow_failures in .travis.yml for PHP 5.3 and 5.4
dercoder commented 8 years ago

Please change php-coveralls version to 1.0.0

hiqsol commented 8 years ago

Build ok. Ready for merge.

dercoder commented 8 years ago

Thx