Open masetto opened 3 years ago
other 2 issues in same file:
The function civicrm_api3_stripe_customer_create
does not return the customer just created; so at row 40 I have to add
$custresult = civicrm_api3('StripeCustomer', 'get', $customerParams);
at row 81 a isset($params['recur_id'])
is missing.
hello, please correct the typo on row 45 of api/v3/Stripe/Importsubscription.php:
customerParams
instead ofcusotmerParmas
:-)