This commit is contained in:
behruz-dev
2025-09-04 15:39:08 +05:00
parent 031bdbe637
commit 3addf34466
2 changed files with 36 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ class Atmos:
'Authorization': f'Bearer {access_token}',
}
data = {
'amount': amount,
'amount': int(amount) * 100,
'account': str(account),
'store_id': f'{self.store_id}'
}