We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d68ae commit 9b83016Copy full SHA for 9b83016
src/Request/WebPayment.php
@@ -31,7 +31,7 @@ public function __construct(string $paymentType)
31
public function makeRequest(): array
32
{
33
$cf = [
34
- 'Language' => 'RU',
+ 'Language' => 'ru',
35
];
36
$customerInfo = array_merge($cf, $this->customerInfo);
37
0 commit comments