Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed Oct 5, 2024
1 parent ac30233 commit 217e4df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/includes/_pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ The Pricing object is general in nature and should be enough for common (80%) us
**This version introduces the "Pricing Plans as Code" feature.** You can define the necessary actions (CRUP) to set up and use the selected payment gateway, initiating the purchase process. **CRUP** stands for:
- **C**reate (create pricing plan),
- **R**etire (delete pricing plan),
- **U**pdate (update existing pricing plan) and,
- **P**urchase (generate link to ignite purchase process in the gateway).
* **C**reate (create pricing plan),
* **R**etire (delete pricing plan),
* **U**pdate (update existing pricing plan) and,
* **P**urchase (generate link to ignite purchase process in the gateway).
With this feature, you can translate the pricing plans defined in the declarative part into executable code within payment gateways.
Expand Down

0 comments on commit 217e4df

Please sign in to comment.