From 515a8504b140cfa64e065125a379d1253b993373 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 16 Jul 2019 18:23:05 +0200 Subject: [PATCH] fixing purchase start --- BillingBundle/Service/BillingSrv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([