Skip to content
Snippets Groups Projects
Commit b1eacf7e authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

Issue #3478348 by zaporylie, borgenk: Cancelation links are broken

parent 88a85ce4
No related branches found
No related tags found
1 merge request!2Issue #3478348 by zaporylie, borgenk: Cancelation links are broken
Pipeline #299242 passed with warnings
......@@ -103,7 +103,7 @@ class Checkout extends EPayment implements SupportsAuthorizationsInterface, Supp
* {@inheritdoc}
*/
public function onCancel(OrderInterface $order, Request $request) {
parent::onReturn($order, $request);
static::onReturn($order, $request);
}
/**
......
......@@ -145,7 +145,7 @@ class EPayment extends VippsMobilePayPaymentGatewayBase implements SupportsAutho
* {@inheritdoc}
*/
public function onCancel(OrderInterface $order, Request $request) {
parent::onReturn($order, $request);
static::onReturn($order, $request);
}
/**
......
......@@ -234,7 +234,7 @@ class Recurring extends VippsMobilePayPaymentGatewayBase implements SupportsAuth
* {@inheritdoc}
*/
public function onCancel(OrderInterface $order, Request $request) {
parent::onReturn($order, $request);
static::onReturn($order, $request);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment