Index: trunk/extensions/DonationInterface/payflowpro_gateway/includes/payflowUser.inc |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | global $wgRequest; |
41 | 41 | |
42 | 42 | // is an order_id already set? |
43 | | - $order_id = $wgRequest->getText( 'order_id', 0 ); |
| 43 | + $order_id = $wgRequest->getText( 'orderid', 0 ); |
44 | 44 | |
45 | 45 | // if the form was not just posted OR there's no order_id set, generate one. |
46 | 46 | if ( !$wgRequest->wasPosted() || !$order_id ) { |