|
@@ -108,6 +108,7 @@ let newOrder = {
|
|
|
if(typeof(response) === "string"){
|
|
if(typeof(response) === "string"){
|
|
|
banner.createError(response);
|
|
banner.createError(response);
|
|
|
}else{
|
|
}else{
|
|
|
|
|
+ console.log(response);
|
|
|
let ingredients = [];
|
|
let ingredients = [];
|
|
|
for(let i = 0; i < response.ingredients.length; i++){
|
|
for(let i = 0; i < response.ingredients.length; i++){
|
|
|
for(let j = 0; j < merchant.ingredients.length; j++){
|
|
for(let j = 0; j < merchant.ingredients.length; j++){
|