You've already forked symfony-billing
setup retrieve customer paiment intent
This commit is contained in:
@@ -45,6 +45,6 @@ class BillingSrv
|
|||||||
{
|
{
|
||||||
$this->setApiKey();
|
$this->setApiKey();
|
||||||
|
|
||||||
$intent = \Stripe\PaymentIntent::retrieve($paimentIntent);
|
return \Stripe\PaymentIntent::retrieve($paimentIntent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user