コード例 #1
0
 public function getOrderContext()
 {
     return $this->_transactionContext->getOrderContext();
 }
コード例 #2
0
 /**
  * @return Customweb_Payment_Authorization_IPaymentMethod
  */
 public function getPaymentMethod()
 {
     return $this->transactionContext->getOrderContext()->getPaymentMethod();
 }