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

Handle paid status for wires #138

Open
Tracked by #74
dallashuggins opened this issue Dec 8, 2021 · 0 comments
Open
Tracked by #74

Handle paid status for wires #138

dallashuggins opened this issue Dec 8, 2021 · 0 comments
Labels
backend Backend work story Story

Comments

@dallashuggins
Copy link
Contributor

dallashuggins commented Dec 8, 2021

Overview

The functionality for finding a matching ID/amount is complete, but we're not doing anything when the payment is found. We were going to mint the collectibles at this point, but since that's going to be an automatic process, we need to determine how to handle paid statuses for wires, so that it doesn't award them the NFT before it's been paid for.

Additional context

It's been discussed removing the scheduled task all together and having this be a manual process. Though since we have a way of determining, let's see if there's a good option programmatically, but with the option not to do if it's too involved, since we'll need some sort of admin functionality for awarding the NFT.

Should the pack be awarded to them, and we just clawback/freeze if the payment is not complete after a certain amount of time?

@dallashuggins dallashuggins added the story Story label Dec 8, 2021
@dallashuggins dallashuggins added the backend Backend work label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend work story Story
Projects
None yet
Development

No branches or pull requests

1 participant