kassa work correct
This commit is contained in:
@ -39,7 +39,9 @@ class Atol:
|
||||
|
||||
def set_sell(self, reciept, is_refund):
|
||||
func = '/sell' if is_refund == 0 else '/sell_refund'
|
||||
print(reciept)
|
||||
s = self.get_request('post', self.group_id+func, reciept)
|
||||
print(s)
|
||||
return s
|
||||
|
||||
def get_reciepts(self, uuid):
|
||||
|
Reference in New Issue
Block a user