Skip to content
Snippets Groups Projects
Commit 126e4ac2 authored by Trent Crawford's avatar Trent Crawford Committed by Sascha Grossenbacher
Browse files

Issue #3127865 by tcrawford: reqtype field not correctly passed to form redirect

parent 59dcc6d9
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class DatatransForm extends PaymentOffsiteForm {
// Request type.
if (!empty($gateway_config['req_type']) && $gateway_config['req_type'] != 'ignore') {
$payment_data['reqtype'] = $gateway_config['req_type'];
$data['reqtype'] = $gateway_config['req_type'];
}
// Handle security levels.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment