diff --git a/core/services/payment.py b/core/services/payment.py index 20a031a..b328d9e 100644 --- a/core/services/payment.py +++ b/core/services/payment.py @@ -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}' }