baibaratsky / php-webmoney

WebMoney API PHP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X19 request returns 500 status code

ShahabBahmani opened this issue · comments

After requesting to X19 interface we get this error message : String could not be parsed as XML in file ...//vendor/baibaratsky/php-webmoney/Api/X/X19/Response.php on line 29.
This error is occurred because the api endpoint is changed and we should send requests to new api endpoint but the X19/Request.php uses old endpoint.
Base on webmoney wiki new endpoint for WebPro(Light) is :
https://apipassportcrt.webmoney.ru/XMLCheckUserCert.aspx

So if you need this change, send a pull request please.