https://github.com/killbill/killbill-payment-test-ui
KAUI mountable rails engine to manage the killbill_payment_test plugin
https://github.com/killbill/killbill-payment-test-ui
Last synced: about 1 year ago
JSON representation
KAUI mountable rails engine to manage the killbill_payment_test plugin
- Host: GitHub
- URL: https://github.com/killbill/killbill-payment-test-ui
- Owner: killbill
- License: mit
- Created: 2017-07-01T02:11:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T06:38:33.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:39:45.551Z (about 1 year ago)
- Language: Ruby
- Size: 78.1 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
Awesome Lists containing this project
README
Overview
========
Rails mountable engine to manage the payment-test 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
-----------------------
| KPM UI version | Kill Bill version |
|---------------:|------------------:|
| 0.0.y | 0.18.z (Rails 4) |
| 0.1.y | 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) |
Testing
-------
To run the dummy app:
```
rails s
```
To run tests:
```
rails t
```
This plugin is using [killbill-assets-ui](https://github.com/killbill/killbill-assets-ui) to load the common assets.
If you want to override the assets you can add it to ```app/assets/stylesheet/payment_test``` or ```app/assets/javascripts/payment_test```
For integrate run with [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone), please update the Gemfile to use killbill-payment-test-ui locally
```
# gem 'killbill-payment-test-ui'
gem 'killbill-payment-test-ui', :path => '../killbill-payment-test-ui'
```