Skip to content

Commit

Permalink
Merge pull request #35 from PayU-EMEA/alu-v3-minor-fixes
Browse files Browse the repository at this point in the history
Alu v3 minor fixes
  • Loading branch information
andra-simionov authored Jun 19, 2020
2 parents 64c2ef7 + 5cd2e75 commit d963eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PayU/PaymentsApi/AluV3/AluV3.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ final class AluV3 implements AuthorizationPaymentsApiClient
* @var array
*/
private $aluUrlHostname = [
//'ro' => 'https://secure.payu.ro',
'ru' => 'http://ru.payu.local',
'ro' => 'https://secure.payu.ro',
'ru' => 'http://secure.payu.ru',
'tr' => 'https://secure.payu.com.tr',
];

Expand Down

0 comments on commit d963eda

Please sign in to comment.