Skip to content

Commit abb9d46

Browse files
committed
onApplySubscriptionSettings edits after cr
1 parent 3ea89a1 commit abb9d46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/creating-manifest/events.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,14 +2022,14 @@ This event provides a possibility to execute actions required to adjust a subscr
20222022
**Event Placeholders:**
20232023

20242024
- `${event.params.}`:
2025-
- `subscriptionId` - unique identifier of the source subscription
2026-
- `subscriptionItemId` - unique identifier of the source subscription item
2027-
- `subscriptionItemResourceId` - unique identifier of the source subscription item resource
2028-
- `servicePlanId` - unique identifier of the source service plan
2029-
- `appUniqueName` - name of the source subscription item resource
2030-
- `targetAppid` - unique identifier of the target application
2025+
- `subscriptionId` - unique identifier of the new subscription
2026+
- `subscriptionItemId` - unique identifier of the new subscription item
2027+
- `subscriptionItemResourceId` - unique identifier of the new subscription item resource
2028+
- `servicePlanId` - unique identifier of the new service plan
2029+
- `appUniqueName` - unique identifier of the package installation in the platform's Marketplace
2030+
- `targetAppid` - unique identifier of the related environment(s)
20312031
- `settings` - JSON object with custom settings provided for subscription item adjustment
2032-
- `servicePlanData` - JSON object with target service plan data
2032+
- `servicePlanData` - JSON object with new service plan data
20332033
- `overrideRegions` - defines whether to configure the service plan's regions differently from the user group's default ones (true) or not (false)
20342034
- `regionPricing` - JSON object with a list of available regions and custom pricing models for them
20352035
- `${event.response.}`:

0 commit comments

Comments
 (0)