joanie
joanie copied to clipboard
✨(backend) bind credit card info to order admin serializer
Purpose
Now a credit card is linked to an order, we want to display that in our back office application so we bind this data the AdminOrderSerializer.
Proposal
- [x] Update admin api to bind credit card detail into order response
- [x] Display credit card detail in order detail view
- [ ] Fix / Write tests