Skip to content

Commit

Permalink
Merge pull request #459 from Sachin-Mamoru/sales-force-changes
Browse files Browse the repository at this point in the history
[PetDesk App] Add Salesforce Integration to the Billing API
  • Loading branch information
malithie authored May 2, 2024
2 parents 791a05e + 7e7649d commit 53efd3a
Show file tree
Hide file tree
Showing 19 changed files with 14,565 additions and 18,239 deletions.
2 changes: 1 addition & 1 deletion petcare-sample/b2c/web-app/petdesk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dbPort = "<DB_PORT>"
clientID: "<CONFIGURED_SPA_CLIENT_ID>",
signInRedirectURL: "http://localhost:5173",
signOutRedirectURL: "http://localhost:5173",
resourceServerURL: "http://localhost:9090",
petManagementServiceURL: "http://localhost:9090",
billingServerURL: "http://localhost:9091",
scope: ["openid", "email", "profile"]
```
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "ballerina/ballerina-devcontainer:2201.3.2",
"extensions": ["WSO2.ballerina"],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
org = "WSO2"
name = "salesforce_integration_service"
version = "0.1.0"
distribution = "2201.3.2"

[build-options]
observabilityIncluded = true
Loading

0 comments on commit 53efd3a

Please sign in to comment.