Jerkinator / secondRoll

0 stars 0 forks source link

116 create custom order response #120

Closed OGester closed 5 months ago

OGester commented 5 months ago

Created a new order response, so we only get the fields we agreed on when creating a new order.

Try to create both an order with just one game and also with two or more to make sure the total numbers change as desired.

endpoint: http://localhost:8080/api/orders

body: { "buyerId": "", "gameAdIds": [ "" ] }

should return like this if working :)

Screenshot 2024-03-13 at 19 11 44