hiqdev / omnipay-robokassa

RoboKassa plugin for PHP merchant library
MIT License
10 stars 9 forks source link

Fix #3

Closed Ishodnikov closed 5 years ago

SilverFire commented 5 years ago

Thank you for taking care of this package!

hiqsol commented 5 years ago

Thank you! I've merged your changes in 3.0 branch. It can be installed with:

    "require": {
        "hiqdev/omnipay-robokassa": "^3.0@dev"
    },
SilverFire commented 5 years ago

https://docs.robokassa.ru/en#2540

According to the documentation, the signature must include Shp_login field, if it was passed.

Ishodnikov commented 5 years ago

https://docs.robokassa.ru/en#2540

According to the documentation, the signature must include Shp_login field, if it was passed.

Let's add it