topcoder-platform / micro-frontends-taas-admin-app

taas-admin-app for managing taas administrative activities
MIT License
0 stars 5 forks source link

Payment is getting skipped if the payment switch is off #71

Open sandhiyakavi opened 3 years ago

sandhiyakavi commented 3 years ago

Description:

The payment that is processed when the Payment switch is OFF is not getting paid even after the payment switch is ON but the status of the payment is getting changed to 'Completed' and that particular payment is getting skipped(not paid).

cc: @nkumar-topcoder

maxceem commented 3 years ago

@sandhiyakavi we use payment switch OFF for testing. When we disable it, the API still behaves the same as before and process the payment but without actual payment so we can test this workflow without actual payment.

After switching ON payments it should not process the payments which were processed when it was switched OFF because that payment are not meant to be paid.

Please, let me know if this helps, or you see some issue in such workflow.