diff --git a/BillingBundle/Service/BillingSrv.php b/BillingBundle/Service/BillingSrv.php index 2f4cd3a..137c1e0 100644 --- a/BillingBundle/Service/BillingSrv.php +++ b/BillingBundle/Service/BillingSrv.php @@ -21,7 +21,7 @@ class BillingSrv $line_items = []; - foreach ($items as $item) $line_items = $cbFormatter($item); + foreach ($items as $item) $line_items[] = $cbFormatter($item); return ( \Stripe\Checkout\Session::create([