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

Fix Invalid delayed_option #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

evaldez89
Copy link

Fix #10

This happends cause some fields, if sent, must contain a value. I created a global list to hold these type of fields for future cases.

The method get_instance_data is to be implemented by every child of the notification class. It's porpuse is to add each notification type specific data to be sent.

Also the get_data method was move to the parent class notification this will allow general behavior to be defined. In this case, for some reason, the field delayed_option should no be sent if not set.

This method is to be implemented by every child of
the notification class. It's porpuse is to add each
notification type specific data to be sent.

Also the get_data method was move to the parent class notification
this will allow general behavior to be defined. In this case,
for some reason, the field delayed_option should no be sent if not set.
@evaldez89 evaldez89 changed the title Fix #10 Fix Invalid delayed_option Nov 21, 2021
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

Successfully merging this pull request may close these issues.

Invalid delayed_option on SegmentNotification
1 participant