Skip to content

Commit

Permalink
Unit tested adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jezzsantos committed Jun 28, 2024
1 parent 9b61fb5 commit c47f2af
Show file tree
Hide file tree
Showing 9 changed files with 3,868 additions and 2 deletions.
12 changes: 12 additions & 0 deletions src/ApiHost1/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
},
"EventNotifications": {
"SubscriptionName": "ApiHost1"
},
"Chargebee": {
"BaseUrl": "https://localhost:5656/chargebee/",
"ApiKey": "anapikey",
"SiteName": "saastack-test",
"ProductFamilyId": "afamilyid",
"Plans": {
"StartingPlanId": "aplanid",
"Tier1PlanIds": "aplanid",
"Tier2PlanIds": "",
"Tier3PlanIds": ""
}
}
},
"Hosts": {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit c47f2af

Please sign in to comment.