kassa work correct

This commit is contained in:
Gitea
2022-01-20 17:56:38 +09:00
parent 831bb26887
commit 11d3d2644f
7 changed files with 57 additions and 30 deletions

View File

@ -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):