Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ chargebee-apps run <app_dir>
```

5. Open `http://localhost:15000` and trigger events using the provided `test_data`.

`manifest.json` includes an `engines` object. `chargebee-apps create` and `chargebee-apps package` overwrite `engines.node` and `engines.chargebee_apps` with the Node.js and CLI versions on your machine. Do not edit those keys by hand.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"customer_created": {
"handler": "customerCreatedHandler"
}
},
"engines": {
"node": "22.11.0",
"chargebee_apps": "1.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"subscription_created": {
"handler": "subscriptionCreatedHandler"
}
},
"engines": {
"node": "22.11.0",
"chargebee_apps": "1.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"invoice_updated": {
"handler": "invoiceUpdatedHandler"
}
},
"engines": {
"node": "22.11.0",
"chargebee_apps": "1.1.1"
}
}
Loading