Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vipps_recurring_payments
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
vipps_recurring_payments
Merge requests
!2
#3442860
Move to API V3 and get user info from Vipps
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#3442860
Move to API V3 and get user info from Vipps
issue/vipps_recurring_payments-3442860:3.0.x
into
3.0.x
Overview
0
Commits
3
Pipelines
0
Changes
17
Merged
Adam Zambrzycki
requested to merge
issue/vipps_recurring_payments-3442860:3.0.x
into
3.0.x
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
17
Expand
Fixes
#3442860
0
0
Merge request reports
Compare
3.0.x
3.0.x (base)
and
latest version
latest version
5560f90e
3 commits,
1 year ago
17 files
+
626
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
modules/commerce/src/PluginForm/OffsiteRedirect/VippsPaymentGatewayCheckout.php
+
2
−
1
Options
@@ -170,7 +170,8 @@ class VippsPaymentGatewayCheckout extends BasePaymentOffsiteForm implements Cont
[
'commerce_order'
=>
$order
->
id
(),
'step'
=>
'payment'
,
]
],
$order
->
id
()
)
);
}
Loading