Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vipps 434: Prepare for MobilePay. #177

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Vipps 434: Prepare for MobilePay. #177

wants to merge 48 commits into from

Conversation

aluminium1989
Copy link
Collaborator

Allow to change gateway to ePayment.
Express checkout is not available yet.

Volodymyr Klymenko and others added 30 commits October 31, 2022 14:57
VIPPS-417: Added backward compatibility with Magento 2.4.3
VIPPS-417: Added backward compatibility with Magento 2.4.3
VIPPS-419: Added support for configurable items for send receipt service
VIPPS-420: Receipt requests: Incorrect totals for rows and 400 errors…
Release new version 2.4.41
VIPPS-426: Issue - unknown version for plugin
@@ -285,20 +295,20 @@ private function getVippsQuote($forceReload = false): QuoteInterface
{
if (null === $this->vippsQuote || $forceReload) {
$this->vippsQuote = $this->vippsQuoteRepository
->loadByOrderId($this->request->getParam('order_id'));
->loadByOrderId($this->authoriseProxy->getOrderId($this->request));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants