PayPalExpressOperationsProvider.php in PayPal for Payment 8
Same filename and directory in other branches
File
src/Plugin/Payment/Method/PayPalExpressOperationsProvider.phpView source
<?php
namespace Drupal\paypal_payment\Plugin\Payment\Method;
/**
* Provides paypal_payment_express operations based on config entities.
*/
class PayPalExpressOperationsProvider extends PayPalBasicOperationsProvider {
}
Classes
Name | Description |
---|---|
PayPalExpressOperationsProvider | Provides paypal_payment_express operations based on config entities. |