Browse Source

add transactionID field

master
yusmardianto 4 years ago
parent
commit
9b7e418954
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      api/booking/models/booking.settings.json

+ 3
- 0
api/booking/models/booking.settings.json View File

@@ -50,6 +50,9 @@
}, },
"checkOut": { "checkOut": {
"type": "string" "type": "string"
},
"transactionID": {
"type": "string"
} }
} }
} }

Loading…
Cancel
Save