Update stripe.class.php

This commit is contained in:
ptibogxiv 2019-02-12 19:42:34 +01:00 committed by GitHub
parent 8f3ffc6520
commit 7d5ea4fc35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;