update payments and vat mentions
This commit is contained in:
@@ -64,6 +64,7 @@ class Baskets
|
||||
'offer_id' => (int) $item->id,
|
||||
'name' => $offer->article->name.' ('.$offer->variation->name.')',
|
||||
'quantity' => (int) $item->quantity,
|
||||
'vat' => $prices ? (float) $prices->vat->value : false,
|
||||
'price' => $prices ? (float) $prices->price : false,
|
||||
'tax' => $prices ? $prices->price_taxed - $prices->price : false,
|
||||
'price_taxed' => $prices ? (float) $prices->price_taxed : false,
|
||||
|
||||
Reference in New Issue
Block a user