This project is not covered by Drupal’s security advisory policy.

This module provides you with a field which allows users to make payments by simply clicking on it. It allows you to configure the amount of payment and a payment gateway (only PayPal is supported by now) to use for each particular field.
You are able to change your PayPal credentials there admin/config/paid-gateways/paypal_gateway.
After that, add a Paid (Boolean) field to your entity, set payment gateway in Type field and set amount of money to transfer for each click.
The module allows you to create additional payment gateways by writing custom
plugins. A new plugin must be a PaidGateways plugin and implement
\Drupal\paid_ads\Plugin\PaidGatewayInterface interface.
See \Drupal\paid_ads\Plugin\PaidGateways\PaypalGateway for example.
Paid Ads Example module provides example of a field added to an entity and
view.

Supporting organizations: 
Financial and moral support

Project information

  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: E-commerce, Site Structure
  • Created by burningbuttons on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases