Brief description
The API says target_amount that should be amount
How to reproduce
Call Get Charity Campaign Donations
{
"campaign_id": "2E7IjWnmxUdGrIeu1H6OUEW6kPb",
"id": "2E7IjWnmxUdGrIeu1H6OUEW6kPb-15185913-2022-11-30T14:28:47Z",
"target_amount": {
"currency": "USD",
"decimal_places": 2,
"value": 100
},
"user_id": "15185913",
"user_login": "barrycarlyon",
"user_name": "BarryCarlyon"
}
Expected behavior
Should be
{
"campaign_id": "2E7IjWnmxUdGrIeu1H6OUEW6kPb",
"id": "2E7IjWnmxUdGrIeu1H6OUEW6kPb-15185913-2022-11-30T14:28:47Z",
"amount": {
"currency": "USD",
"decimal_places": 2,
"value": 100
},
"user_id": "15185913",
"user_login": "barrycarlyon",
"user_name": "BarryCarlyon"
}
Brief description
The API says
target_amountthat should beamountHow to reproduce
Call Get Charity Campaign Donations
Expected behavior
Should be