Skip to content

Commit

Permalink
Merge branch 'wso2:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 authored May 3, 2024
2 parents b426237 + 4e39f38 commit a7615fb
Show file tree
Hide file tree
Showing 55 changed files with 35,597 additions and 14,941 deletions.
4 changes: 2 additions & 2 deletions petcare-sample/b2c/web-app/petdesk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```
bal run
```
1. Navigate to <PROJECT_HOME>/petcare-sample/b2c/web-app/petdesk/apis/ballerina/billing-management-service and start the
2. Navigate to <PROJECT_HOME>/petcare-sample/b2c/web-app/petdesk/apis/ballerina/billing-management-service and start the
pet management service by executing the following command in the terminal.
```
bal run
Expand Down 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
@@ -1,5 +1,5 @@
[package]
org = "sachinm"
org = "WSO2"
name = "billing_management_service"
version = "0.1.0"
distribution = "2201.3.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ modules = [
]

[[package]]
org = "sachinm"
org = "WSO2"
name = "billing_management_service"
version = "0.1.0"
dependencies = [
Expand All @@ -301,7 +301,7 @@ dependencies = [
{org = "ballerinai", name = "observe"}
]
modules = [
{org = "sachinm", packageName = "billing_management_service", moduleName = "billing_management_service"}
{org = "WSO2", packageName = "billing_management_service", moduleName = "billing_management_service"}
]


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 a7615fb

Please sign in to comment.