0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 20:33:03 +08:00
discourse/plugins/discourse-patreon/spec/fixtures/pledge.json
2025-07-15 16:38:05 +02:00

107 lines
2.5 KiB
JSON
Vendored

{
"data": {
"attributes": {
"amount_cents": 250,
"created_at": "2015-05-18T23:50:42+00:00",
"declined_since": null,
"patron_pays_fees": false,
"pledge_cap_cents": null
},
"id": "1",
"relationships": {
"address": {
"data": null
},
"card": {
"data": null
},
"creator": {
"data": {
"id": "3024102",
"type": "user"
},
"links": {
"related": "https://www.patreon.com/api/user/3024102"
}
},
"patron": {
"data": {
"id": "32187",
"type": "user"
},
"links": {
"related": "https://www.patreon.com/api/user/32187"
}
},
"reward": {
"data": {
"id": "999999",
"type": "reward"
},
"links": {
"related": "https://www.patreon.com/api/rewards/599336"
}
}
},
"type": "pledge"
},
"included": [{
"attributes": {
"about": "sample text about",
"created": "2015-01-15T07:25:51+00:00",
"email": "roo@aar.com",
"facebook": null,
"first_name": "Roo",
"full_name": "Roo Aar",
"gender": 1,
"image_url": "",
"is_email_verified": true,
"last_name": "Aar",
"social_connections": {
"deviantart": null,
"discord": null,
"facebook": null,
"spotify": null,
"twitch": null,
"twitter": null,
"youtube": null
},
"thumb_url": "",
"twitch": null,
"twitter": "roo",
"url": "https://www.patreon.com/foo",
"vanity": "roo",
"youtube": null
},
"id": "32187",
"type": "user"
},
{
"attributes": {
"amount": 1,
"amount_cents": 1,
"created_at": null,
"description": "Patrons Only",
"id": "999999",
"remaining": 0,
"requires_shipping": false,
"type": "reward",
"url": null,
"user_limit": null
},
"id": "999999",
"relationships": {
"creator": {
"data": {
"id": "1111111",
"type": "user"
},
"links": {
"related": "https://www.patreon.com/api/user/1111111"
}
}
},
"type": "reward"
}
]
}