- Issue created by @rodrigoaguilera
- @rodrigoaguilera opened merge request.
I want to send a custom sermepa order ID. Right now it is hardcoded to
$gateway->setOrder(substr($date->format('ymdHis') . 'Id' . $order->id(), -12, 12))
Add a hook_commerce_sermepa_gateway_alter to be able to do manipulations before encoding the parameters for sending.
Agree on the approach and code the solution.
None
New hook
None
Active
2.0
Code