PayflowLinkRequestEvent.php in Commerce PayPal 8
Namespace
Drupal\commerce_paypal\EventFile
src/Event/PayflowLinkRequestEvent.phpView source
<?php
namespace Drupal\commerce_paypal\Event;
/**
* Defines the Payflow Link request event.
*
* @see \Drupal\commerce_paypal\Event\CommercePaypalEvents
*/
class PayflowLinkRequestEvent extends ExpressCheckoutRequestEvent {
}
Classes
Name | Description |
---|---|
PayflowLinkRequestEvent | Defines the Payflow Link request event. |