wmiys / gui.alpha

Front end for the site
https://wmiys.com
0 stars 0 forks source link

[/checkout]: page not working #206

Closed rrickgauer closed 2 years ago

rrickgauer commented 2 years ago

If you try to rent a product, it takes you to a 400 page.

https://wmiys.com/checkout/4

I think it has something to do with me changing the payment_id from an int to a guid: https://github.com/wmiys/api.wmiys/issues/174

rrickgauer commented 2 years ago

This error occured on the production code because I changed the Database table schema that both production/dev use, but I did not upload the new source code to the server yet. This should get fixed next time I upload the source code.