You are here

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

Gets payments to process.

Return value

\Drupal\commerce_payment\Entity\PaymentInterface[] An array of payments keyed by the entity id.

1 method overrides PaymentProcessorInterface::getPayments()
EcheckTransactionVerifier::getPayments in src/EcheckTransactionVerifier.php
Gets payments to process.

File

src/PaymentProcessorInterface.php, line 18

Class

PaymentProcessorInterface
Interface to process payments.

Namespace

Drupal\commerce_authnet

Code

public function getPayments();