rename methods
This commit is contained in:
parent
90d2ebddcc
commit
f7cffe894a
|
@ -43,7 +43,7 @@ class BillingSrv
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function confirmPayment($paimentIntent)
|
public function confirmPurchase($paimentIntent)
|
||||||
{
|
{
|
||||||
$infoIntent = $this->retrievePurchase($paimentIntent);
|
$infoIntent = $this->retrievePurchase($paimentIntent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue