diff --git a/lib/src/internal/restrr_impl.dart b/lib/src/internal/restrr_impl.dart index 226ff31..39f6f0c 100644 --- a/lib/src/internal/restrr_impl.dart +++ b/lib/src/internal/restrr_impl.dart @@ -215,7 +215,7 @@ class RestrrImpl implements Restrr { mapper: (json) => entityBuilder.buildTransaction(json), body: { 'amount': amount, - 'currency_id': currency, + 'currency': currency, 'executed_at': executedAt.toUtc().toIso8601String(), if (description != null) 'description': description, if (source != null) 'source': source,