commerce_paypal-8.x-1.0-beta11/src/IPNHandlerInterface.php

src/IPNHandlerInterface.php
<?php

namespace Drupal\commerce_paypal;

use Symfony\Component\HttpFoundation\Request;

/**
 * Provides a handler for IPN requests from PayPal.
 */
interface IPNHandlerInterface {

  /**
   * Processes an incoming IPN request.
   *
   * @param \Symfony\Component\HttpFoundation\Request $request
   *   The request.
   *
   * @return mixed
   *   The request data array.
   *
   * @throws \Symfony\Component\HttpKernel\Exception\HttpException
   */
  public function process(Request $request);

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc