Subversion Repositories SmartDukaan

Rev

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

Rev 16556 Rev 16559
Line 1403... Line 1403...
1403
            else:
1403
            else:
1404
                return {'status':'fail','message':'Something is wrong'}
1404
                return {'status':'fail','message':'Something is wrong'}
1405
        else:
1405
        else:
1406
            return {'status':'fail','message':'transaction_id not found'}
1406
            return {'status':'fail','message':'transaction_id not found'}
1407
    except:
1407
    except:
1408
        return {'status':'fail','message':'transaction_id not found'}
1408
        return  {'status':'fail','message':'Something is wrong'}
1409
        
1409
        
1410
    
1410
    
1411
    
1411
    
1412
    
1412
    
1413
def main():
1413
def main():