コード例 #1
0
 /// <summary>
 /// Get the price for a specific payment method using the current currency.
 /// </summary>
 /// <param name="storeId">Id of the store.</param>
 /// <param name="paymentMethodId">Id of the payment method.</param>
 /// <returns>A price object.</returns>
 public static Price GetPriceForPaymentMethod(long storeId, long paymentMethodId)
 {
     return(TeaCommerceHelper.GetPriceForPaymentMethod(storeId, paymentMethodId));
 }