Skip to content

Commit

Permalink
Fix basket_complements quantity attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Sep 13, 2024
1 parent cdbd24d commit dac9fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webhook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def organization

def basket_complements
mapping_ids_for("basket_complements").map { |id|
{ basket_complement_id: id, quanity: 1 }
{ basket_complement_id: id, quantity: 1 }
}
end

Expand Down

0 comments on commit dac9fa6

Please sign in to comment.