This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Backend] Problème synchronisation Tiller
#238
refactoring
Guillaume
2 years ago
parent
0d31ba5e27
commit
8ae9133dc9
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
+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;
}
}
Write
Preview
Loading…
Cancel
Save