コード例 #1
0
 public static void PaymentContinueWithoutOrderId(long storeId, string paymentProviderAlias, long paymentMethodId)
 {
     FormPostHandler.PaymentContinueWithoutOrderId(storeId, paymentProviderAlias, paymentMethodId);
 }
コード例 #2
0
 public static string FormPost()
 {
     return(FormPostHandler.FormPost());
 }
コード例 #3
0
 public static string PaymentCommunicationWithoutOrderId(long storeId, string paymentProviderAlias, long paymentMethodId)
 {
     return(FormPostHandler.PaymentCommunicationWithoutOrderId(storeId, paymentProviderAlias, paymentMethodId));
 }
コード例 #4
0
 public static string PaymentCommunication(long storeId, string paymentProviderAlias, string orderId, string hash)
 {
     return(FormPostHandler.PaymentCommunication(storeId, paymentProviderAlias, orderId, hash));
 }
コード例 #5
0
 public static void PaymentCallback(long storeId, string paymentProviderAlias, string orderId, string hash)
 {
     FormPostHandler.PaymentCallback(storeId, paymentProviderAlias, orderId, hash);
 }