Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cds_activecampaign
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
cds_activecampaign
Merge requests
!2
Issue
#3280061
by dtfabio: Change field name to correct ActiveCampaing field names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3280061
by dtfabio: Change field name to correct ActiveCampaing field names
issue/cds_activecampaign-3280061:3280061_rename_field_names
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Fabio De Tant
requested to merge
issue/cds_activecampaign-3280061:3280061_rename_field_names
into
1.0.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
1.0.x
1.0.x (HEAD)
and
latest version
latest version
f7ed3c75
1 commit,
3 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/CustomerDataStorage/ActiveCampaign.php
+
2
−
2
Options
@@ -85,8 +85,8 @@ class ActiveCampaign extends CustomerDataStoragePluginBase implements ContainerF
return
[
'email'
=>
$this
->
t
(
'E-mail'
),
'phone'
=>
$this
->
t
(
'Phone'
),
'first
N
ame'
=>
$this
->
t
(
'First name'
),
'last
N
ame'
=>
$this
->
t
(
'Last name'
),
'first
_n
ame'
=>
$this
->
t
(
'First name'
),
'last
_n
ame'
=>
$this
->
t
(
'Last name'
),
];
}
Loading