public function Mollie::getApi in Commerce Mollie 8
Return initalized Mollie API.
File
- src/
Plugin/ Commerce/ PaymentGateway/ Mollie.php, line 238
Class
- Mollie
- Provides the Mollie payment gateway.
Namespace
Drupal\commerce_mollie\Plugin\Commerce\PaymentGatewayCode
public function getApi() {
return $this->api;
}