Skip to content

Commit

Permalink
fix: return subscritpion item
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Sep 1, 2023
1 parent 911aeab commit db2f948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Concrete/Magento2PlatformOrderDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ private function mountRepetition($value, $selectedRepetition)
$selectedRepit->setCycles($selectedRepetition->getCycles());
$selectedRepit->setCreatedAt(new \Datetime($selectedRepetition->getCreatedAt()));
$selectedRepit->setUpdatedAt(new \Datetime($selectedRepetition->getUpdatedAt()));
return $selectedRepetition;
}

public function setRecurrenceInfo($item, $quoteItem)
Expand Down

0 comments on commit db2f948

Please sign in to comment.