patch
https://api.staging.deliverect.com/commerce//baskets//payment
Tip types:
| Type | String Value |
|---|---|
| Restaurant | restaurant |
| Driver | driver |
{
"tips": [
{
"amount": 100,
"type": "restaurant"
}
]
}{
"tips": [
{
"amount": 100,
"type": "driver"
}
]
}