https://github.com/killbill/killbill-email-notifications-ui
Kill Bill UI for the email notifications plugin
https://github.com/killbill/killbill-email-notifications-ui
billing killbill payments subscriptions
Last synced: 11 months ago
JSON representation
Kill Bill UI for the email notifications plugin
- Host: GitHub
- URL: https://github.com/killbill/killbill-email-notifications-ui
- Owner: killbill
- License: mit
- Created: 2017-09-12T09:22:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T06:42:30.000Z (about 1 year ago)
- Last Synced: 2025-04-12T13:49:50.439Z (about 1 year ago)
- Topics: billing, killbill, payments, subscriptions
- Language: Ruby
- Homepage: https://killbill.io
- Size: 81.1 KB
- Stars: 0
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
Awesome Lists containing this project
README
# killbill-email-notifications-ui
Rails mountable engine to configure the email notifications plugin
* See [killbill-email-notifications-plugin](https://github.com/killbill/killbill-email-notifications-plugin) to get started with the email notification plugin.
* See [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone) to get started with the Kill Bill Admin UI.
Kill Bill compatibility
-----------------------
| Kenui version | Kill Bill version |
|--------------:|------------------:|
| 0.1.x | 0.18.z (Rails 5) |
| 1.x.y | 0.20.z (Rails 5) |
| 2.0.y | 0.22.z (Rails 5) |
| 2.1.y | 0.24.z (Rails 6) |
| 3.x.y | 0.24.z (Rails 7) |
Getting Started
---------------
You can run this locally by using the test/dummy app provided.
To do so, specify your Kill Bill server url, api key and secret in ```test/dummy/config/initializers/killbill_client.rb```:
```
KillBillClient.url = 'http://127.0.0.1:8080/'
KillBillClient.api_key = 'bob'
KillBillClient.api_secret = 'lazar'
```
Then, simply run:
```
rails s
```
To run tests:
```
rails t
```
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).