You are here

function mollie_payment_payment_method_presave in Mollie Payment 7.2

Same name and namespace in other branches
  1. 7 mollie_payment.module \mollie_payment_payment_method_presave()

Implements hook_ENTITY_TYPE_ACTION().

File

./mollie_payment.module, line 234
Provides Mollie integration for the Payment platform.

Code

function mollie_payment_payment_method_presave(PaymentMethod $payment_method) {
  $payment_method->module = 'mollie_payment';
}