setup retrieve customer paiment intent
This commit is contained in:
parent
35a0d8f705
commit
488017579f
|
@ -45,6 +45,6 @@ class BillingSrv
|
||||||
{
|
{
|
||||||
$this->setApiKey();
|
$this->setApiKey();
|
||||||
|
|
||||||
$intent = \Stripe\PaymentIntent::retrieve($paimentIntent);
|
return \Stripe\PaymentIntent::retrieve($paimentIntent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue