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