This commit is contained in:
behruz-dev
2025-09-11 17:16:55 +05:00
parent 05002efd8a
commit 6819f9995c
2 changed files with 3 additions and 2 deletions

View File

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