Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
commerce_afterpay
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
commerce_afterpay
Merge requests
!12
Indicate Drupal 10 support in info file.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Indicate Drupal 10 support in info file.
issue/commerce_afterpay-3393315:3393315-drupal-10-compatibility
into
1.x
Overview
0
Commits
4
Pipelines
4
Changes
5
Merged
Justin Cornell
requested to merge
issue/commerce_afterpay-3393315:3393315-drupal-10-compatibility
into
1.x
1 year ago
Overview
0
Commits
4
Pipelines
4
Changes
5
Expand
Closes
#3393315
0
0
Merge request reports
Compare
1.x
version 4
efada5b4
1 year ago
version 3
d2681376
1 year ago
version 2
afd77acf
1 year ago
version 1
a578074b
1 year ago
1.x (base)
and
latest version
latest version
efada5b4
4 commits,
1 year ago
version 4
efada5b4
4 commits,
1 year ago
version 3
d2681376
3 commits,
1 year ago
version 2
afd77acf
1 commit,
1 year ago
version 1
a578074b
1 commit,
1 year ago
5 files
+
10
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
tests/src/Functional/ConfigureGatewayTest.php
+
1
−
1
Options
@@ -19,7 +19,7 @@ class ConfigureGatewayTest extends BrowserTestBase {
@@ -19,7 +19,7 @@ class ConfigureGatewayTest extends BrowserTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
static
$modules
=
[
'commerce_afterpay'
];
p
rotected
static
$modules
=
[
'commerce_afterpay'
];
/**
/**
* Tests that the configuration page is reachable.
* Tests that the configuration page is reachable.
Loading