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

And/temporal payment notifications #89

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

johanseto
Copy link
Collaborator

Description

Describe what this pull request changes, and why. Include implications for people using this change.

Useful information to include:

  • Include screenshots for changes to the UI (ideally, both "before" and "after" screenshots, if applicable).
  • Provide links to the description of corresponding configuration changes. Remember to correctly annotate these
    changes.

Testing instructions

Before

After

Additional information

Include anything else that will help reviewers and consumers understand the change.

  • Does this change depend on other changes elsewhere?
  • Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility.
  • Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.

Checklist for Merge

  • Tested in a remote environment
  • Updated documentation
  • Rebased master/main
  • Squashed commits

@johanseto johanseto self-assigned this Aug 17, 2023
@andrey-canon andrey-canon force-pushed the and/temporal_payment_notifications branch from 0d402b9 to 31de460 Compare August 23, 2023 16:48
@andrey-canon andrey-canon force-pushed the and/temporal_payment_notifications branch 4 times, most recently from 9f1aff5 to c0fe7e3 Compare September 8, 2023 22:03
@johanseto johanseto force-pushed the and/temporal_payment_notifications branch from c0fe7e3 to 3135124 Compare September 13, 2023 21:28
@andrey-canon andrey-canon force-pushed the and/temporal_payment_notifications branch from 3135124 to 39452b7 Compare September 14, 2023 21:17
@Ever3tt Ever3tt force-pushed the and/temporal_payment_notifications branch 3 times, most recently from 44e3736 to 68c122b Compare October 2, 2023 14:47
@@ -1,3 +1,6 @@
"""
...
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add more explanation for the description

@@ -1,9 +1,11 @@
"""
...
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some description

custom_msg = models.TextField(
null=True,
blank=True,
help_text='Use a "lang-ar" or "lang-en" class to select language')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The close parenthesis could go in new line )

try:
payments_notifications_context = 'eox_nelp.payment_notifications.context_processor.payments_notifications_context'
payments_notifications_context = 'eox_nelp.payment_notifications.context_processor.payments_notifications_context' # pylint: disable=line-too-long
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this really need a skip of line-too-long or could be split into more lines?

@Ever3tt Ever3tt force-pushed the and/temporal_payment_notifications branch from 7509f8a to 4bf5439 Compare October 2, 2023 15:52
@Ever3tt Ever3tt marked this pull request as ready for review October 2, 2023 19:37
payments_notifications_context = 'eox_nelp.payment_notifications.context_processor.payments_notifications_context' # pylint: disable=line-too-long # noqa: E501
payments_notifications_context = (
'eox_nelp.payment_notifications.'
'context_processor.payments_notifications_context')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The close parenthesis could go in new line )

@Ever3tt Ever3tt requested a review from andrey-canon October 2, 2023 20:43
@Ever3tt
Copy link

Ever3tt commented Oct 2, 2023

Hola @andrey-canon, ya se solucionaron los errores del PR, asi vamos

Screenshot from 2023-10-02 16-09-34

image

This is a improved version of #72
@andrey-canon andrey-canon force-pushed the and/temporal_payment_notifications branch from abd773f to 4022c03 Compare October 3, 2023 22:10
@andrey-canon andrey-canon merged commit 068ea89 into master Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants