-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from chargebee/chore/TAXENGG-2952
Release items for Release 0.0.12
- Loading branch information
Showing
7 changed files
with
69 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ jobs: | |
uses: chargebee/cb-cicd-pipelines/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
CI_ROLE: arn:aws:iam::606027973764:role/cb-builds-us-e1-cb_provider_spi-ci-role | ||
GENERATE_OPEN_API: true | ||
CI_ROLE: ${{secrets.CI_ROLE}} | ||
GENERATE_OPEN_API: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
components: | ||
parameters: | ||
TraceId: | ||
in: header | ||
name: trace_id | ||
required: false | ||
description: Unique id of the request will be sent by Chargebee | ||
schema: | ||
type: string | ||
MerchantId: | ||
in: header | ||
name: merchant_id | ||
required: false | ||
description: Merchant's domain name will be sent by Chargebee | ||
schema: | ||
type: string | ||
securitySchemes: | ||
Authorization: | ||
type: apiKey | ||
in: header | ||
name: Authorization | ||
description: The json of all the parameters specified in authentication configuration of tax app will be sent by Chargebee. |