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); } }