Skip to content

Commit

Permalink
Merge pull request #132 from ShahabBahmani/master
Browse files Browse the repository at this point in the history
Webpro endpoints in X19 request updated
  • Loading branch information
baibaratsky authored Apr 25, 2021
2 parents 992cf2d + cc3fb9f commit dd7a581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/X/X19/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function __construct($authType = self::AUTH_CLASSIC)
break;

case self::AUTH_LIGHT:
$this->url = 'https://apipassport.webmoney.ru/XMLCheckUserCert.aspx';
$this->url = 'https://apipassportcrt.webmoney.ru/XMLCheckUserCert.aspx';
break;

default:
Expand Down

0 comments on commit dd7a581

Please sign in to comment.