Exemplo n.º 1
0
 /// <summary>
 /// Gets the current payment method of the customer's session. If the customer has a current order the payment method of that order is returned.
 /// </summary>
 /// <param name="storeId">Id of the store.</param>
 /// <returns>The current payment method object.</returns>
 public static PaymentMethod GetCurrentPaymentMethod(long storeId)
 {
     return(TeaCommerceHelper.GetCurrentPaymentMethod(storeId));
 }