NicoBuch/social-fridge-api

Error en Post donation.

Closed this issue · 1 comments

lbadi commented

Cuando envio este payload :
{
"description": "prueba1",
"pickup_time_from": "2016-09-26T16:22:00.000-03:00",
"pickup_time_to": "2016-09-26T17:22:00.000-03:00",
"products_attributes" : [
{
"product_type_id" : 2,
"quantity" : 1
}
]
}

Me devuelve un 400 con el siguiente error :

{
"errors": [
"Products donation translation missing: es.activerecord.errors.models.product.attributes.donation.blank"
]
}

fixed in 346567b