Skip to content

Commit

Permalink
Updated real environment endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
eusonlito committed Dec 11, 2019
1 parent a94855b commit 519520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ceca/Tpv/Tpv.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Tpv
private $environment = '';
private $environments = array(
'test' => 'https://tpv.ceca.es/tpvweb/tpv/compra.action',
'real' => 'https://pgw.ceca.es/cgi-bin/tpv'
'real' => 'https://pgw.ceca.es/tpvweb/tpv/compra.action'
);

private $success = '$*$OKY$*$';
Expand Down

0 comments on commit 519520d

Please sign in to comment.