Skip to content

Commit a661d15

Browse files
committed
fixed pricing model name capitalization
1 parent 3e132e9 commit a661d15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sources/platform/actors/publishing/monetize/pay_per_result.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ The details on how your cost is computed can be found in [Example of a PPR prici
2424

2525
## One click migration to PPE
2626

27-
Select your PPR Actor, go to the **Publication** tab, open the **Monetization** section, and click the **Migrate to Pay per event** button.
27+
Select your PPR Actor, go to the **Publication** tab, open the **Monetization** section, and click the **Migrate to pay per event** button.
2828

2929
![Migration button](../images/ppr-to-ppe-migration-button.png)
3030

3131
### Why should I migrate
3232

33-
The Pay per event pricing model offers superior flexibility in charging not only for the results but also for any event.
33+
The pay per event pricing model offers superior flexibility in charging not only for the results but also for any event.
3434
This helps you to pass on the costs of external APIs or additional processing directly to your users, price different functionalities of your Actor differently, avoid revenue loss from small but usage-heavy runs, and more.
3535

3636

37-
Given that the Pay per event model is fully compatible with Pay per result, and to bring more simplicity to users of your Actors, we are fully deprecating PPR in favor of PPE.
37+
Given that the pay per event model is fully compatible with pay per result, and to bring more simplicity to users of your Actors, we are fully deprecating PPR in favor of PPE.
3838
The migration is completely automatic and fully backward compatible.
3939

4040
### What happens during migration
4141

42-
The migration switches your pricing model from Pay per result to Pay per event. Your price per 1,000 results is automatically converted to an equivalent `apify-default-dataset-item` [event](./pay-per-event#use-synthetic-default-dataset-item-event-apify-default-dataset-item) price.
42+
The migration switches your pricing model from pay per result to pay per event. Your price per 1,000 results is automatically converted to an equivalent `apify-default-dataset-item` [event](./pay-per-event#use-synthetic-default-dataset-item-event-apify-default-dataset-item) price.
4343
This change does not count towards the pricing change limits that you are allowed to do once every 30 days.
4444

4545
**Code changes:** No changes to your Actor code are required if it already respects the `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable (the price limit set by users).

0 commit comments

Comments
 (0)