public override void ExecuteUpdate(CommerceUpdateOperation updateOperation, OperationCacheDictionary operationCache, CommerceUpdateOperationResponse response)
        {
            base.ExecuteUpdate(updateOperation, operationCache, response);

            EnsureLineItemsHasShippingMethod();
        }
Exemplo n.º 2
0
 public override void ExecuteUpdate(CommerceUpdateOperation updateOperation, OperationCacheDictionary operationCache, CommerceUpdateOperationResponse response)
 {
     base.ExecuteUpdate(updateOperation, operationCache, response);
 }