com.drastikbydesign.stripe
com.drastikbydesign.stripe copied to clipboard
typo on row 45 of api/v3/Stripe/Importsubscription.php
hello,
please correct the typo on row 45 of api/v3/Stripe/Importsubscription.php: customerParams
instead of cusotmerParmas
:-)
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.