Skip to content

Commit

Permalink
Fix cap in amount
Browse files Browse the repository at this point in the history
  • Loading branch information
gjongenelen authored Mar 13, 2021
1 parent 85cc611 commit 0c7773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bunq/request_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type PaymentBatchCreate struct {
}

type PaymentCreate struct {
Amount Amount `json:"Amount"`
Amount Amount `json:"amount"`
CounterpartyAlias Pointer `json:"counterparty_alias"`
Description string `json:"description"`
AllowBunqto bool `json:"allow_bunqto"`
Expand Down

0 comments on commit 0c7773c

Please sign in to comment.