You are here

RobokassaPaymentInterface.php in Commerce robokassa 8.2

File

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

namespace Drupal\commerce_robokassa\Plugin\Commerce\PaymentGateway;

use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\OffsitePaymentGatewayInterface;
use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsAuthorizationsInterface;
use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsRefundsInterface;
use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsVoidsInterface;
interface RobokassaPaymentInterface extends OffsitePaymentGatewayInterface {

}

Interfaces