From f7cffe894ae80ec28999f94c89bfa42427b694e7 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Mon, 22 Jul 2019 12:20:32 +0200 Subject: [PATCH] rename methods --- 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 9b32e8e..7fc4ff8 100644 --- a/BillingBundle/Service/BillingSrv.php +++ b/BillingBundle/Service/BillingSrv.php @@ -43,7 +43,7 @@ class BillingSrv ); } - public function confirmPayment($paimentIntent) + public function confirmPurchase($paimentIntent) { $infoIntent = $this->retrievePurchase($paimentIntent);