-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs(provider): readme update for Stripe Billing Package Integration #5
Conversation
update readme for stripe integration gh-0
6ab7683
to
132768d
Compare
PR title - this is not a feature just docs are updated |
README.md
Outdated
@@ -93,21 +91,69 @@ The loopback4-billing package relies on the configuration of the chosen billing | |||
|
|||
### Step 1: Set Up Billing Provider | |||
|
|||
#### ChargeBee - | |||
|
|||
#### For ChargeBee - | |||
To use Chargebee as the billing provider, you need to configure the Chargebee API keys and site URL in your application. You can set these values in the environment variables of your LoopBack 4 project. | |||
|
|||
``` | |||
CHARGEBEE_API_KEY=your_chargebee_api_key |
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.
What is the use of this variable.. I do not see this variable used below any where.
README.md
Outdated
@@ -93,21 +91,69 @@ The loopback4-billing package relies on the configuration of the chosen billing | |||
|
|||
### Step 1: Set Up Billing Provider | |||
|
|||
#### ChargeBee - | |||
|
|||
#### For ChargeBee - | |||
To use Chargebee as the billing provider, you need to configure the Chargebee API keys and site URL in your application. You can set these values in the environment variables of your LoopBack 4 project. | |||
|
|||
``` | |||
CHARGEBEE_API_KEY=your_chargebee_api_key | |||
CHARGEBEE_SITE_URL=your_chargebee_site_url |
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.
Same for this, no use of this declared variable.
update the readme gh-readme
update readme gh-0
add line break gh-0
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
readme update for stripe billing package integration
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: