Skip to content

Commit

Permalink
Fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gleemand committed Jul 2, 2024
1 parent 5dcbb8a commit 70a51dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retailcrm/lib/RetailcrmHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -1144,10 +1144,10 @@ private static function createOrder($cart, $customer, $order, $deliveryType, $pa
}

/**
* @return bool Returns if stock of all items is enough
*
* @throws PrestaShopDatabaseException
* @throws PrestaShopException
*
* @return bool Returns if stock of all items is enough
*/
private static function createOrderDetails($crmOrder, $prestashopOrder, $isCreating = false)
{
Expand Down

0 comments on commit 70a51dc

Please sign in to comment.