Skip to content

Commit

Permalink
Merge pull request #217 from thegreenter/fix-issue-216-cpe-url
Browse files Browse the repository at this point in the history
Fix cpe endpoint
  • Loading branch information
giansalex authored Jan 13, 2023
2 parents ca0109d + 017d76a commit b471de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lite/src/Greenter/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Api
private array $credentials = [];
private array $defaaultEndpoints = [
'auth' => 'https://api-seguridad.sunat.gob.pe/v1',
'cpe' => 'https://api.sunat.gob.pe/v1',
'cpe' => 'https://api-cpe.sunat.gob.pe/v1',
];

/**
Expand Down

0 comments on commit b471de3

Please sign in to comment.