Skip to content

Commit

Permalink
Fixed TPV urls
Browse files Browse the repository at this point in the history
  • Loading branch information
eusonlito committed Oct 1, 2016
1 parent 1533689 commit dd60597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elavon/Tpv/Tpv.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class Tpv
* @var array
*/
private $environments = array(
'test' => 'https://sis-t.redsys.es:25443/sis',
'real' => 'https://sis.redsys.es/sis'
'test' => 'https://hpp.prueba.santanderelavontpvvirtual.es/pay',
'real' => 'https://hpp.santanderelavontpvvirtual.es/pay'
);

/**
Expand Down

0 comments on commit dd60597

Please sign in to comment.