Hi,
ok thank you!
i just implemented the onAfterOrderCreate and it is ok, but our "servlet url" to call is configured as a payment plugin parameter, and i usually retrive it with $this->payment_params->payment_url, but unfortunatelly in this case is empty, maybe because no payment method is selected (order_full_price = 0) ??
Usually we use onAfterOrderConfirm(&$order, &$methods, $method_id) and call parent::onAfterOrderConfirm($order, $methods, $method_id); // This is a mandatory line in order to initialize the attributes of the payment method
Is there a way i can simulate like if our custom payment plugin is selected when order_full_price = 0?
Thanks.
Regards,
Matteo