setOrderShop($orderShop); $orderReductionCart->setReductionCart($reductionCart); $orderReductionCart->setTitle($reductionCart->getTitle()); $orderReductionCart->setValue($reductionCart->getValue()); $orderReductionCart->setUnit($reductionCart->getUnit()); $orderReductionCart->setBehaviorTaxRate($reductionCart->getBehaviorTaxRate()); $orderReductionCart->setFreeShipping($reductionCart->getFreeShipping()); $orderReductionCart->setAppliedTo($reductionCart->getAppliedTo()); $orderReductionCart->setType($reductionCart->getType()); $orderReductionCart->setCodeUsed($code); return $orderReductionCart; } }