Subversion Repositories SmartDukaan

Rev

Rev 23687 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23687 Rev 23689
Line 2... Line 2...
2
Created on 22/05/2018
2
Created on 22/05/2018
3
 
3
 
4
@author: Govind
4
@author: Govind
5
'''
5
'''
6
 
6
 
-
 
7
from shop2020.clients.PaymentClient import PaymentClient
7
 
8
 
8
from shop2020.thriftpy.utils.ttypes import *
9
from shop2020.thriftpy.utils.ttypes import *
9
from shop2020.clients.PaymentClient import PaymentClient
-
 
10
 
10
 
11
payment_client = PaymentClient()
11
payment_client = PaymentClient()
12
client = payment_client.get_client()
12
client = payment_client.get_client()
13
 
13
 
14
"""
14
"""