Skip to content

Commit 9b83016

Browse files
committed
Language fix
1 parent 95d68ae commit 9b83016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request/WebPayment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(string $paymentType)
3131
public function makeRequest(): array
3232
{
3333
$cf = [
34-
'Language' => 'RU',
34+
'Language' => 'ru',
3535
];
3636
$customerInfo = array_merge($cf, $this->customerInfo);
3737

0 commit comments

Comments
 (0)