Remove enough from payment service to compile

This commit is contained in:
2025-07-15 21:09:20 -07:00
parent 9e13317ca3
commit d18dcbff5c
2 changed files with 0 additions and 82 deletions
@@ -8,7 +8,6 @@ namespace BoredCareers.Controllers.Payment {
public static string _EndpointSecret = "";
public static string _PublicKey = "";
public Task<(bool, string)> TryGetCheckoutToken(string OrderNumber, int userID);
public Task ValidatePurchase(string WebHookData, string Headers);
}