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
Once the data is converted, the create_new_user method can be called to add the user to the database. If the user is added successfully, a text message should be sent back to the from user with the message:
Member has been created. To create a revolving fund for this user, text "NEW FUND user=[] balance=[balance] interest=[interest] start=[start date] end=[end date]"
The text was updated successfully, but these errors were encountered:
# TODO: support 'new' command for new members
If the request comes from SMS, then the format of
data
would look like this:We will need to convert the information in the
text
key to look like this (including converting from role and co-op name to their respective ids):Once the data is converted, the
create_new_user
method can be called to add the user to the database. If the user is added successfully, a text message should be sent back to the from user with the message:The text was updated successfully, but these errors were encountered: