-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5450a46
commit 2c060d1
Showing
46 changed files
with
6,572 additions
and
13 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 |
---|---|---|
|
@@ -24,20 +24,32 @@ | |
"SenderEmailAddress": "[email protected]", | ||
"SenderDisplayName": "Support" | ||
}, | ||
"EventNotifications": { | ||
"SubscriptionName": "ApiHost1" | ||
}, | ||
"SSOProvidersService": { | ||
"SSOUserTokens": { | ||
"AesSecret": "V7z5SZnhHRa7z68adsvazQjeIbSiWWcR+4KuAUikhe0=::u4ErEVotb170bM8qKWyT8A==" | ||
} | ||
}, | ||
"Chargebee": { | ||
"BaseUrl": "https://localhost:5656/chargebee/", | ||
"ApiKey": "anapikey", | ||
"SiteName": "asitename", | ||
"ProductFamilyId": "afamilyid", | ||
"Plans": { | ||
"StartingPlanId": "apaidtrial", | ||
"Tier1PlanIds": "apaidtrial", | ||
"Tier2PlanIds": "apaid2", | ||
"Tier3PlanIds": "apaid3" | ||
} | ||
}, | ||
"Flagsmith": { | ||
"BaseUrl": "https://localhost:5656/flagsmith/", | ||
"EnvironmentKey": "" | ||
}, | ||
"Gravatar": { | ||
"BaseUrl": "https://localhost:5656/gravatar/" | ||
}, | ||
"EventNotifications": { | ||
"SubscriptionName": "ApiHost1" | ||
} | ||
}, | ||
"Hosts": { | ||
|
375 changes: 375 additions & 0 deletions
375
...re.Shared.IntegrationTests/ApplicationServices/External/ChargebeeHttpServiceClientSpec.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
1,194 changes: 1,194 additions & 0 deletions
1,194
...s/ApplicationServices/External/ChargebeeBillingProvider.ChargebeeHttpServiceClientSpec.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.