Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from giansalex/fix/change-random-url
Browse files Browse the repository at this point in the history
Update RUC random url
  • Loading branch information
giansalex authored May 18, 2021
2 parents 0dce25c + 6a5bc85 commit 7e86420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Peru/Sunat/Endpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ final class Endpoints
public const CONSULT = 'https://e-consultaruc.sunat.gob.pe/cl-ti-itmrconsruc/jcrS00Alias';
public const RANDOM = 'https://e-consultaruc.sunat.gob.pe/cl-ti-itmrconsruc/captcha?accion=random';
public const USER_VALIDEZ = 'https://ww3.sunat.gob.pe/cl-ti-itestadousr/usrS00Alias';
public const RANDOM_PAGE = 'https://e-consultaruc.sunat.gob.pe/cl-ti-itmrconsruc/jcrS00Alias?accion=consPorRazonSoc&razSoc=';
public const RANDOM_PAGE = 'https://e-consultaruc.sunat.gob.pe/cl-ti-itmrconsruc/jcrS00Alias?accion=consPorRazonSoc&razSoc=BVA%20FOODS';
}

0 comments on commit 7e86420

Please sign in to comment.