Массив ответов
Код: Выделить всё
Array
(
[route] => checkout/success
[utf8] => ✓
[req_bill_to_address_country] => AE
[auth_avs_code] => 1
)
Код: Выделить всё
print_r($_Request);
Код: Выделить всё
Array
(
'route' => 'checkout/success',
'utf8' => '✓',
'req_bill_to_address_country' => 'AE',
'auth_avs_code' => 1
)
Подробнее здесь: https://stackoverflow.com/questions/344 ... raced-keys