Explorar el Código

add transactionID field

master
yusmardianto hace 4 años
padre
commit
9b7e418954
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      api/booking/models/booking.settings.json

+ 3
- 0
api/booking/models/booking.settings.json Ver fichero

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

Cargando…
Cancelar
Guardar