Skip to content

kpbacode/killbill-email-notifications-ui

 
 

Repository files navigation

killbill-email-notifications-ui

Rails mountable engine to configure the email notifications plugin

Kill Bill compatibility

Kenui version Kill Bill version
0.1.x 0.18.z
1.x.y 0.20.z
2.x.y 0.22.z

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.

About

Kill Bill UI for the email notifications plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.0%
  • HTML 22.2%
  • CSS 4.8%
  • JavaScript 3.5%
  • Shell 3.5%