check and start payment added

This commit is contained in:
Gitea
2022-01-25 14:22:26 +09:00
parent 11d3d2644f
commit 70aaff37f1
42 changed files with 68 additions and 14 deletions

View File

@ -39,9 +39,7 @@ 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):