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

#23464 Namex-Pay - cherry-pick from release-skip-nro-decom and merge to main #1584

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions services/namex-pay/src/namex_pay/resources/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def update_payment_record(payment: Payment) -> Optional[Payment]:
capture_message(msg)
raise Exception(f'Unknown action:{payment_action} for payment.id={payment.id}')

return payment

def reapply_payment(nr, payment):
if nr.stateCd != State.APPROVED \
Expand Down
2 changes: 1 addition & 1 deletion services/namex-pay/src/namex_pay/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
Development release segment: .devN
"""

__version__ = '0.1.5' # pylint: disable=invalid-name
__version__ = '0.1.6' # pylint: disable=invalid-name