Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -166,7 +166,7 @@ |
167 | 167 | * |
168 | 168 | * See $this->fnPayflowDisplayForm |
169 | 169 | */ |
170 | | - public function fnPayflowGenerateFormBody( $data, &$error ) { |
| 170 | + public function fnPayflowGenerateFormBody( &$data, &$error ) { |
171 | 171 | require_once( 'includes/stateAbbreviations.inc' ); |
172 | 172 | require_once( 'includes/countryCodes.inc' ); |
173 | 173 | |
— | — | @@ -416,7 +416,7 @@ |
417 | 417 | * |
418 | 418 | * See $this->fnPayflowDiplayForm |
419 | 419 | */ |
420 | | - public function fnPayflowGenerateFormSubmit( $data, &$error ) { |
| 420 | + public function fnPayflowGenerateFormSubmit( &$data, &$error ) { |
421 | 421 | // submit button and close form |
422 | 422 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-form-submit')); |
423 | 423 | $form .= Xml::openElement( 'div', array( 'id' => 'mw-donate-submit-button' )) . |