コード例 #1
0
 public static string PaymentCommunication(long storeId, string paymentProviderAlias, string orderId, string hash)
 {
     return(FormPostHandler.PaymentCommunication(storeId, paymentProviderAlias, orderId, hash));
 }