Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo on row 45 of api/v3/Stripe/Importsubscription.php #274

Open
masetto opened this issue Sep 27, 2021 · 1 comment
Open

typo on row 45 of api/v3/Stripe/Importsubscription.php #274

masetto opened this issue Sep 27, 2021 · 1 comment

Comments

@masetto
Copy link

masetto commented Sep 27, 2021

hello,
please correct the typo on row 45 of api/v3/Stripe/Importsubscription.php: customerParams instead of cusotmerParmas :-)

@masetto
Copy link
Author

masetto commented Sep 27, 2021

other 2 issues in same file:

  1. 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);
  1. at row 81 a isset($params['recur_id']) is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant