You are here

WorldpayDirectInterface.php in Commerce Worldpay 8

Same filename and directory in other branches
  1. 8.2 src/Plugin/Commerce/PaymentGateway/WorldpayDirectInterface.php

File

src/Plugin/Commerce/PaymentGateway/WorldpayDirectInterface.php
View source
<?php

namespace Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway;

use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\OnsitePaymentGatewayInterface;
interface WorldpayDirectInterface extends OnsitePaymentGatewayInterface {

}

Interfaces