This commit is contained in:
behruz-dev
2025-09-11 17:11:20 +05:00
parent 07d09ef23e
commit 0afd1ece04

View File

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