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

Mark test payment as paid on PayGate from Django Admin #13

Closed
igobranco opened this issue Apr 17, 2024 · 0 comments · Fixed by #14
Closed

Mark test payment as paid on PayGate from Django Admin #13

igobranco opened this issue Apr 17, 2024 · 0 comments · Fixed by #14
Assignees

Comments

@igobranco
Copy link
Member

Use Paygate web method /api/MarkTestPaymentAsPaid to mark a transaction as payed.

This use case could be hidden using a setting. So we can hide it on PROD.

@igobranco igobranco self-assigned this Apr 17, 2024
igobranco added a commit that referenced this issue Apr 17, 2024
Override the Admin for Basket with custom actions:
- Check if is payed on PayGate
- Mark test payment as payed on PayGate

Improve handling of PayGate payment, don't use received data,
but use the PayGate BackOfficeSearchTransactions response data.

resolves #12
resolves #13
igobranco added a commit that referenced this issue Apr 17, 2024
Override the Admin for Basket with custom actions:
- Check if is payed on PayGate
- Mark test payment as payed on PayGate

Improve handling of PayGate payment, don't use received data,
but use the PayGate BackOfficeSearchTransactions response data.

resolves #12
resolves #13
igobranco added a commit that referenced this issue Apr 17, 2024
Override the Admin for Basket with custom actions:
- Check if is payed on PayGate
- Mark test payment as payed on PayGate

Improve handling of PayGate payment, don't use received data,
but use the PayGate BackOfficeSearchTransactions response data.

resolves #12
resolves #13
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 a pull request may close this issue.

1 participant