Update stripe.class.php
This commit is contained in:
parent
8f3ffc6520
commit
7d5ea4fc35
@ -249,7 +249,7 @@ class Stripe extends CommonObject
|
|||||||
* @param int $mode automatic=automatic payment, manual=need confirmation
|
* @param int $mode automatic=automatic payment, manual=need confirmation
|
||||||
* @return \Stripe\PaymentIntent|null Stripe PaymentIntent or null if not found
|
* @return \Stripe\PaymentIntent|null Stripe PaymentIntent or null if not found
|
||||||
*/
|
*/
|
||||||
public function getPaymentIntent($object, $customer, $key=null, $status=0, $usethirdpartyemailforreceiptemail=0, $mode='automatic')
|
public function getPaymentIntent($object, $customer, $key = null, $status = 0, $usethirdpartyemailforreceiptemail = 0, $mode = 'automatic')
|
||||||
{
|
{
|
||||||
global $conf, $user;
|
global $conf, $user;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user