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

Customer registration issue #11

Closed
ilearnbydoing opened this issue May 31, 2017 · 3 comments
Closed

Customer registration issue #11

ilearnbydoing opened this issue May 31, 2017 · 3 comments

Comments

@ilearnbydoing
Copy link

If you follow example customers.php file it register a user without default group and also register as an active customer rather pending-confirm.

Can you look into this and update the SDK?

thanks

@twisted1919
Copy link
Owner

@w3update - The status is set to active if you don't require approval of the accounts from the app settings, so check that (see /apps/api/controllers/CustomersController.php Line 64). Otherwise is set to pending.

As for the group, this is by design, you can't have customer put themselves in groups as they want.

@ilearnbydoing
Copy link
Author

I understand.
currently the API is supported at customer level. right?
Is there no Extended-API to only be issue from backend with extra features?
may this help to accomplish task like webhook service (for real time CRM/payment gateway data integration)

@twisted1919
Copy link
Owner

twisted1919 commented May 31, 2017

currently the API is supported at customer level. right?

This is correct yes.

Is there no Extended-API to only be issue from backend with extra features?

Nope, and we don't plan for this. But you can as well extend the current API with your endpoints to target the backend.

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

2 participants