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

form.js generator is bug #43

Closed
phuocle opened this issue Dec 7, 2021 · 1 comment
Closed

form.js generator is bug #43

phuocle opened this issue Dec 7, 2021 · 1 comment

Comments

@phuocle
Copy link
Owner

phuocle commented Dec 7, 2021

error

var body = {
   ab_existing_customerid_1: {}
}

should be

var body = {
   ab_existing_customerid1: {}
}
@phuocle
Copy link
Owner Author

phuocle commented Jan 13, 2022

Fixed

@phuocle phuocle closed this as completed Jan 13, 2022
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