Header cleanup
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using BoredCareers.Entities;
|
||||
|
||||
namespace BoredCareers.Controllers.Payment {
|
||||
|
||||
public interface IPayment {
|
||||
@@ -8,7 +6,7 @@ namespace BoredCareers.Controllers.Payment {
|
||||
public static string _EndpointSecret = "";
|
||||
public static string _PublicKey = "";
|
||||
|
||||
public Task ValidatePurchase(string WebHookData, string Headers);
|
||||
public void ValidatePurchase(string WebHookData, string Headers);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user