You are here

PayflowLinkRequestEvent.php in Commerce PayPal 8

File

src/Event/PayflowLinkRequestEvent.php
View source
<?php

namespace Drupal\commerce_paypal\Event;


/**
 * Defines the Payflow Link request event.
 *
 * @see \Drupal\commerce_paypal\Event\CommercePaypalEvents
 */
class PayflowLinkRequestEvent extends ExpressCheckoutRequestEvent {

}

Classes

Namesort descending Description
PayflowLinkRequestEvent Defines the Payflow Link request event.