worknenjoy / gitpay

Bounties for issues on demand. Be rewarded by learning, using Git workflow and continuous integration
http://gitpay.me
Other
181 stars 161 forks source link

Issue#886 - Update issue imported from Gitpay after receive an invoice paid webhook #889

Closed VictorAlessander closed 2 years ago

VictorAlessander commented 2 years ago

Description

Feature to support orders created and paid from funding accounts to be recognized and processed correctly by Gitpay.

Plus: Fixing an issue with the route when trying to accept the assignment to work on the task causing route not found.

Changes

Issue

Closes #886

Impacted Area

Assign actions modal User model Webhook

Steps to test

Steps needed to reproduce the scenario from this change to validate if the pull request solves this issue

Before

image

After

image

VictorAlessander commented 2 years ago

@alexanmtz Build failed because probably it's missing the seed-test command to run.

VictorAlessander commented 2 years ago

Great @VictorAlessander , now it's so much better now

We're still missing one of the requirements before we can move on:

Subtask 1) Change this screen to have an email field, if I wish to pass another other than mine, because we need to pass another customer other than the one is sending

we need to have an input with an email that when specified we create an order with that email rather than the current user, if is empty (or we can have a checkbox) we should get the current user

Can you do this adjustments?

@alexanmtz Oh, sorry, I forgot that. Sure, going to implement.

VictorAlessander commented 2 years ago

@alexanmtz Ok, it's done. Let me know if is needed to do anything else.