You are here

public function OrderInterface::getPaymentMethodId in Ubercart 8.4

Returns the order payment method.

Return value

string The payment method.

1 method overrides OrderInterface::getPaymentMethodId()
Order::getPaymentMethodId in uc_order/src/Entity/Order.php
Returns the order payment method.

File

uc_order/src/OrderInterface.php, line 148

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getPaymentMethodId();