-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mass SMS crud #1005
base: feature/mass-sms
Are you sure you want to change the base?
Mass SMS crud #1005
Conversation
9dc6638
to
ebde529
Compare
ebde529
to
472a04d
Compare
|
||
} = transactionItem.data; | ||
|
||
const receiptUrl = 'http://example.com#not-implemented'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't figure out how to implement this. The core endpoint is /orgs/org_id:/sms_distribution_credit_transactions/:transaction_id/receipt
, which returns a PDF.
Push the credits UI stuff, now this should be complete as far as functionality goes, except for the receipt URLs which I've commented. |
This covers CRUD for SMS distributions.
The credits UI still needs to be implemented, so once the 1100 dummy credits are gone sending will fail without there being any user visible explanations as to why.