Start work for stripe payments
This commit is contained in:
@@ -6,6 +6,7 @@ namespace MistoxWebsite.Server.Controllers.Payment {
|
||||
|
||||
public static PaymentType _PaymentType;
|
||||
public static string _EndpointSecret = "";
|
||||
public static string _PublicKey = "";
|
||||
|
||||
public Task<(bool, string)> TryGetCheckoutToken(string OrderNumber, Account user, Cart[] cart);
|
||||
public Task ValidatePurchase(string WebHookData, string Headers);
|
||||
|
||||
Reference in New Issue
Block a user