You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of this package are you using?
3.22.1
What problem do you want to solve?
I'll try explain case with under below code. I want to retrieve the "birthday" value only when the entityType is INDIVIDUAL. The current implementation works for this case, but I don't need the "birthday" parameter when the entityType is CORPORATE. To handle this, I created an ignore_if rule that ignores the "birthday" field if the entityType is CORPORATE.
What version of this package are you using?
3.22.1
What problem do you want to solve?
I'll try explain case with under below code. I want to retrieve the "birthday" value only when the entityType is INDIVIDUAL. The current implementation works for this case, but I don't need the "birthday" parameter when the entityType is CORPORATE. To handle this, I created an ignore_if rule that ignores the "birthday" field if the entityType is CORPORATE.
What do you think is the correct solution to this problem?
The ignore_if rule can be a solution for this case. I solved this problem by adding the following code to the rules.js file.
Are you willing to submit a pull request to implement this change?
Yes, I can
The text was updated successfully, but these errors were encountered: