Merge pull request #1099 from chaotixkilla/fix-custom-sms

Get SMS notices closer to spec
This commit is contained in:
Rafael Taranto 2022-02-16 10:09:18 +00:00 committed by GitHub
commit 26bf036553
19 changed files with 709 additions and 468 deletions

View file

@ -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