You are here

public function PaymentProcessorInterface::processPayment in Commerce Authorize.Net 8

Processes the payment.

Parameters

\Drupal\commerce_payment\Entity\PaymentInterface $payment: The payment.

1 method overrides PaymentProcessorInterface::processPayment()
EcheckTransactionVerifier::processPayment in src/EcheckTransactionVerifier.php
Processes the payment.

File

src/PaymentProcessorInterface.php, line 26

Class

PaymentProcessorInterface
Interface to process payments.

Namespace

Drupal\commerce_authnet

Code

public function processPayment(PaymentInterface $payment);