Example #1
0
 /// <summary>
 /// Gets the current payment country region of the customer's session. If the customer has a current order the payment country region of that order is returned.
 /// </summary>
 /// <param name="storeId">Id of the store.</param>
 /// <returns>The current payment country region object.</returns>
 public static CountryRegion GetCurrentPaymentCountryRegion(long storeId)
 {
     return(TeaCommerceHelper.GetCurrentPaymentCountryRegion(storeId));
 }