Browse Source

[Backend] Problème synchronisation Tiller #238

refactoring
Guillaume 2 years ago
parent
commit
8ae9133dc9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php View File

]); ]);


$order->tiller_external_id = $returnTiller->externalId; $order->tiller_external_id = $returnTiller->externalId;
$order->save();


$return[] = $returnTiller; $return[] = $returnTiller;
} }

Loading…
Cancel
Save