Skip to content

Commit

Permalink
Merge branch 'master' into payments_v4
Browse files Browse the repository at this point in the history
  • Loading branch information
drealecs authored Jul 4, 2021
2 parents ad69dbd + d963eda commit 783941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PayU/PaymentsApi/AluV3/AluV3.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class AluV3 implements AuthorizationPaymentsApiClient
*/
private $aluUrlHostname = [
'ro' => 'https://secure.payu.ro',
'ru' => 'http://ru.payu.local',
'ru' => 'https://secure.payu.ru',
'tr' => 'https://secure.payu.com.tr',
];

Expand Down

0 comments on commit 783941b

Please sign in to comment.