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 #64 from giansalex/update-dni-endpoint
Browse files Browse the repository at this point in the history
Update dni endpoint
  • Loading branch information
giansalex authored Apr 1, 2023
2 parents cdf2c19 + 7f6c793 commit 9d31477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
name: Deploy to Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup PHP
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Report code coverage
uses: codecov/codecov-action@v1
with:
file: ./clover.xml
files: ./clover.xml
flags: unittests
name: codecov-peruconsult
if: matrix.operating-system == 'ubuntu-latest'
2 changes: 1 addition & 1 deletion src/Peru/Jne/Endpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

final class Endpoints
{
public const CONSULT = 'https://ww1.sunat.gob.pe/ol-ti-itatencionf5030/registro/solicitante?tipDocu=1&numDocu=%s';
public const CONSULT = 'https://ww1.sunat.gob.pe/ol-ti-itatencionf5030/registro/solicitante?tipDocu=1&numDocu=%s&tipPers=1';
}

0 comments on commit 9d31477

Please sign in to comment.