예제 #1
0
 /**
  * @deprecated 2.0.0 -- use WebPayAdmin::updateOrderRows in order to modify an existing order.
  *
  * 2.x: Optional. Use setOrderRows to add invoice order rows to deliver.
  * Rows matching the original create order request order rows will be
  * invoiced by Svea. If not all order rows match, an invoice order will be
  * partially delivered/invoiced, see the Svea Web Service EU API
  * documentation for details.
  */
 public function addOrderRow($itemOrderRowObject)
 {
     return parent::addOrderRow($itemOrderRowObject);
 }