You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the payment page, after paying we are provided with the transaction ID.
We have an azure function that invokes when the payment is completed that will document it in the DB.
Now we need a route that looks in the DB and returns whether the payment was made or not, given the transaction ID.
On the payment page, after paying we are provided with the transaction ID.
We have an azure function that invokes when the payment is completed that will document it in the DB.
Now we need a route that looks in the DB and returns whether the payment was made or not, given the transaction ID.
This issue follows #512.
The text was updated successfully, but these errors were encountered: