Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Fixed Restrr#createTransaction (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlessenich committed Mar 24, 2024
1 parent 7a597dc commit f3dd2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/internal/restrr_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3dd2c4

Please sign in to comment.