Example #1
0
 public static void UpdateGiftCardUsage(string detail, int storeId, int portalId, int orderId, string userName, string cultureName)
 {
     try
     {
         AspxGiftCardProvider.UpdateGiftCardUsage(detail, storeId, portalId, orderId, userName, cultureName);
     }
     catch (Exception e)
     {
         throw e;
     }
 }