Skip to content

Commit

Permalink
MobilePay checkout remove, Vipps logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknaujas committed Mar 12, 2024
1 parent 95ed4ec commit b8bf3e7
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 1,022 deletions.
107 changes: 0 additions & 107 deletions Block/Checkout/MobilePay.php

This file was deleted.

8 changes: 0 additions & 8 deletions Controller/Payment/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,6 @@ public function execute()
}
}

if($response->facilitator == 'mobilepay'){
$order = $this->orderHelper->updateOrderByCallback($order, $response);

$order->addStatusHistoryComment(__('Order was created from MobilePay Checkout'))
->setIsCustomerNotified(true)
->save();
}

if (!$order->getId()) {
$this->logger->debug('Failed to load order with id: ' . $response->order_id);
return;
Expand Down
152 changes: 0 additions & 152 deletions Controller/Payment/MobilePayRedirect.php

This file was deleted.

Loading

0 comments on commit b8bf3e7

Please sign in to comment.