Hello,
Could you implement an option to buy points with Commerce and use the points to post content?
For example, users are allowed to post an article only if they have enough points.
This functionality exists in Commerce Credits but it is not available for Drupal 8.
It's worth taking a look at the Transaction module as discussed in #2868684: D8 port using Business Rules (new rules module for D8).
Thank you.

Comments

dalra created an issue. See original summary.

gaurav.kapoor’s picture

As of now, there isn't any plan to create such functionality in this project. Although you can create a product type which has reference to User Points Entity. Once a user has purchased this project, you can add logic for checking if the product is purchased by a user.

gaurav.kapoor’s picture

Status: Active » Closed (outdated)