CAPSTONE-2022-2023 / Group_24

group-24.vercel.app
0 stars 0 forks source link

As a user, I want to pay for the reservation, so that the reservation is confirmed. #85

Open assangha opened 1 year ago

assangha commented 1 year ago

Description

After confirming the reservation, the user should be able to pay for the reservation either by 3rd party payment or by direct payment.

Acceptance Criteria

a payment confirmation email should be sent to the user.

Testing Criteria

successful dummy payment should be made and a confirmation email should be received by the user.

marceljar commented 1 year ago

Accepted. Make sure to use an API such as Visa, PayPal, Stripe, etc.

marceljar commented 1 year ago

Still pending. Stripe should be used to check if it is a real credit card and that it has enough balance to pay. Not just for valiadation. These APIs frequently provide you with fake numbers that can be used for different scenarios.

marceljar commented 1 year ago

8/10 as it is. 10/10 if fixed by Final Presentation.