Merge pull request #1099 from chaotixkilla/fix-custom-sms
Get SMS notices closer to spec
This commit is contained in:
commit
26bf036553
19 changed files with 709 additions and 468 deletions
|
|
@ -189,6 +189,6 @@ router.patch('/:id/block', triggerBlock)
|
|||
router.patch('/:id/suspend', triggerSuspend)
|
||||
router.patch('/:id/photos/idcarddata', updateIdCardData)
|
||||
router.patch('/:id/:txId/photos/customerphoto', updateTxCustomerPhoto)
|
||||
router.patch('/:id/smsreceipt', sendSmsReceipt)
|
||||
router.post('/:id/smsreceipt', sendSmsReceipt)
|
||||
|
||||
module.exports = router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue