From 488017579f3bc1f8ac6ef7ca052706fdcbff12a9 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Fri, 19 Jul 2019 18:00:44 +0200 Subject: [PATCH] setup retrieve customer paiment intent --- 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 54738be..39d65f0 100644 --- a/BillingBundle/Service/BillingSrv.php +++ b/BillingBundle/Service/BillingSrv.php @@ -45,6 +45,6 @@ class BillingSrv { $this->setApiKey(); - $intent = \Stripe\PaymentIntent::retrieve($paimentIntent); + return \Stripe\PaymentIntent::retrieve($paimentIntent); } }