Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php |
— | — | @@ -1520,7 +1520,7 @@ |
1521 | 1521 | * @param type $type Whatever types of staging you feel like having in your child class. |
1522 | 1522 | * ...but usually request and response. I think. |
1523 | 1523 | */ |
1524 | | - public function stageData( $type = 'request' ) { |
| 1524 | + protected function stageData( $type = 'request' ) { |
1525 | 1525 | $this->defineStagedVars(); |
1526 | 1526 | $this->smooshVarsForStaging(); //yup, we do need to do this seperately. |
1527 | 1527 | //If we tried to piggyback off the same loop, all the vars wouldn't be ready, and some staging functions will require |