private function getAdditionalMethodParameters()
 {
     $paymentMethod = Customweb_Saferpay_Method_PaymentMethodWrapperFactory::getWrapper($this->getOrderContext());
     return $paymentMethod->getAdditionalCaptureParameters();
 }
 /**
  *
  * @param unknown_type $transaction
  */
 protected function getPaymentMethodWrapper(Customweb_Payment_Authorization_IOrderContext $orderContext)
 {
     return Customweb_Saferpay_Method_PaymentMethodWrapperFactory::getWrapper($orderContext);
 }
 /**
  * 
  * @return Customweb_Saferpay_Method_PaymentMethodWrapper
  */
 protected function getPaymentMethodWrapper()
 {
     return Customweb_Saferpay_Method_PaymentMethodWrapperFactory::getWrapper($this->getTransaction()->getTransactionContext()->getOrderContext());
 }
 protected function getAdditionalPaymentPageParameters()
 {
     $paymentMethod = Customweb_Saferpay_Method_PaymentMethodWrapperFactory::getWrapper($this->getTransactionContext()->getOrderContext());
     return $paymentMethod->getAdditionalPaymentPageParameters();
 }