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