public static void PaymentContinueWithoutOrderId(long storeId, string paymentProviderAlias, long paymentMethodId) { FormPostHandler.PaymentContinueWithoutOrderId(storeId, paymentProviderAlias, paymentMethodId); }
public static string FormPost() { return(FormPostHandler.FormPost()); }
public static string PaymentCommunicationWithoutOrderId(long storeId, string paymentProviderAlias, long paymentMethodId) { return(FormPostHandler.PaymentCommunicationWithoutOrderId(storeId, paymentProviderAlias, paymentMethodId)); }
public static string PaymentCommunication(long storeId, string paymentProviderAlias, string orderId, string hash) { return(FormPostHandler.PaymentCommunication(storeId, paymentProviderAlias, orderId, hash)); }
public static void PaymentCallback(long storeId, string paymentProviderAlias, string orderId, string hash) { FormPostHandler.PaymentCallback(storeId, paymentProviderAlias, orderId, hash); }