Skip to content

Commit

Permalink
Webpro endpoints in X1 request updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahabBahmani committed Apr 24, 2021
1 parent 992cf2d commit cc3fb9f
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 cc3fb9f

Please sign in to comment.