Skip to content

Commit

Permalink
feat: add mintAddress for direct payment endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio committed Jan 23, 2025
1 parent 1d36df5 commit 3b009da
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 34 deletions.
1 change: 1 addition & 0 deletions packages/espressocash_api/lib/src/dto/create_payment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class CreateDirectPaymentRequestDto with _$CreateDirectPaymentRequestDto {
required String? referenceAccount,
required int amount,
required Cluster cluster,
String? mintAddress,
@Default(false) bool durable,
}) = _CreateDirectPaymentRequestDto;

Expand Down
Loading

0 comments on commit 3b009da

Please sign in to comment.