rename methods

This commit is contained in:
2019-07-22 12:20:32 +02:00
parent 90d2ebddcc
commit f7cffe894a

View File

@@ -43,7 +43,7 @@ class BillingSrv
); );
} }
public function confirmPayment($paimentIntent) public function confirmPurchase($paimentIntent)
{ {
$infoIntent = $this->retrievePurchase($paimentIntent); $infoIntent = $this->retrievePurchase($paimentIntent);