Browse Source

[Backend] Problème synchronisation Tiller #238

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

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

]); ]);


$returnTillerObject = json_decode($returnTiller); $returnTillerObject = json_decode($returnTiller);
$order->tiller_external_id = $returnTillerObject->id;
$order->tiller_external_id = ''.$returnTillerObject->id;
$order->save(); $order->save();


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

Loading…
Cancel
Save