commerce_paypal-8.x-1.0-beta11/src/Event/PayflowLinkRequestEvent.php
src/Event/PayflowLinkRequestEvent.php
<?php
namespace Drupal\commerce_paypal\Event;
/**
* Defines the Payflow Link request event.
*
* @see \Drupal\commerce_paypal\Event\CommercePaypalEvents
*/
class PayflowLinkRequestEvent extends ExpressCheckoutRequestEvent {
}
