Index: branches/fundraising/extensions/DonationInterface/gateway_forms/Form.php |
— | — | @@ -359,6 +359,7 @@ |
360 | 360 | 'action' => $this->form_data['action'], |
361 | 361 | 'owa_session' => $this->form_data['owa_session'], |
362 | 362 | 'owa_ref' => $this->form_data['owa_ref'], |
| 363 | + 'transaction_type' => isset( $this->form_data['transaction_type'] ) ? $this->form_data['transaction_type'] : '', |
363 | 364 | ); |
364 | 365 | } |
365 | 366 | |