Subversion Repositories SmartDukaan

Rev

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

Rev 8543 Rev 8729
Line 1866... Line 1866...
1866
        - userId
1866
        - userId
1867
        - orderId
1867
        - orderId
1868
        - amount
1868
        - amount
1869
        """
1869
        """
1870
        try:
1870
        try:
1871
            update_amount_in_wallet(userId, amount, orderId)
1871
            update_amount_in_wallet(userId, amount, orderId, 0)
1872
        finally:
1872
        finally:
1873
            self.closeSession()
1873
            self.closeSession()
1874
                 
1874
                 
1875
    def getRechargeStatistics(self):
1875
    def getRechargeStatistics(self):
1876
        """
1876
        """