We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7669d commit 62ee995Copy full SHA for 62ee995
1 file changed
app/models/opencollective/OpenCollective.scala
@@ -13,7 +13,7 @@ case class OpenCollectiveMember(
13
`type`: String, // USER or ORGANIZATION,
14
role: String, // BACKER, ADMIN or HOST,
15
isActive: Boolean, // true or false
16
- totalAmountDonated: Long // amount in cent (USD 100.00 = 10000)
+ totalAmountDonated: Double // amount in cent (USD 100.00 = 10000)
17
// createdAt: 2021-11-08 14:41,
18
// lastTransactionAt: 2021-11-19 09:16,
19
// lastTransactionAmount: 0,
0 commit comments