Make payments dependency injected based on the .env settings

This commit is contained in:
2025-06-20 18:31:18 -07:00
parent c4ad0f2c10
commit fb2a2c6ae9
8 changed files with 111 additions and 83 deletions
+1 -6
View File
@@ -1,5 +1,4 @@
Fix stripe payments *Updated API*
Havent Tested
Stripe payments aren't currently tested
After a new account is created notify a user that they need to verify their email before logging in
@@ -30,9 +29,5 @@ DTO
Cannot send dotnet List -> must be arrays
Need to update local server to use www-formdata instead of json
PaymentController
PaymentResponse is still tied to Stripe.
Need to change to Interface so different services can be interchanged
ProductController
Need to figure out new way to download purchased items as there is currently no way