We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Notify user when saving payment-method after payment does not succeed
i.e. ack.saved.payment_method_id is None or not ack.saved.success now we just error it as log but we should notify user
ack.saved.payment_method_id is None or not ack.saved.success
https://github.com/ITISFoundation/osparc-simcore/blob/master/services/payments/src/simcore_service_payments/api/rest/_acknowledgements.py#L80
The text was updated successfully, but these errors were encountered:
pcrespov
No branches or pull requests
Notify user when saving payment-method after payment does not succeed
i.e.
ack.saved.payment_method_id is None or not ack.saved.success
now we just error it as log but we should notify userhttps://github.com/ITISFoundation/osparc-simcore/blob/master/services/payments/src/simcore_service_payments/api/rest/_acknowledgements.py#L80
The text was updated successfully, but these errors were encountered: