Subversion Repositories SmartDukaan

Rev

Rev 13142 | Rev 17470 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13142 Rev 13155
Line 509... Line 509...
509
            if updated_cart.message is not None:
509
            if updated_cart.message is not None:
510
                emival = updated_cart.message
510
                emival = updated_cart.message
511
        except PromotionException as ex:
511
        except PromotionException as ex:
512
            remove_coupon(cart.id)
512
            remove_coupon(cart.id)
513
            #retval = ex.message
513
            #retval = ex.message
514
 
-
 
-
 
514
    session.commit()
515
    
515
    
516
    cart = Cart.get_by(id=cartId)
516
    cart = Cart.get_by(id=cartId)
517
    cart_lines = cart.lines
517
    cart_lines = cart.lines
518
    map_lines = {}
518
    map_lines = {}
519
    
519