Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 066eafa

Browse files
committed
Fix helper data.
1 parent 04294c9 commit 066eafa

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

‎src/Enqueue/Enqueue/Helper/Data.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,10 @@ public function getRabbitMqAmqpConfig()
130130
return ['rabbitmq_amqp' => [
131131
'host' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/host'),
132132
'port' => (int) Mage::getStoreConfig('enqueue/rabbitmq_amqp/port'),
133-
'login' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/login'),
134-
'password' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/password'),
133+
'user' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/user'),
134+
'pass' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/pass'),
135135
'vhost' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/vhost'),
136136
'lazy' => (bool) Mage::getStoreConfig('enqueue/rabbitmq_amqp/lazy'),
137-
'delay_plugin_installed' => (bool) Mage::getStoreConfig('enqueue/rabbitmq_amqp/delay_plugin_installed'),
138137
]];
139138
}
140139

‎src/Enqueue/Enqueue/etc/system.xml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,22 @@
123123
<show_in_store>-</show_in_store>
124124
<validate>validate-number</validate>
125125
</port>
126-
<login translate="label">
127-
<label>Login</label>
126+
<user translate="label">
127+
<label>User</label>
128128
<frontend_type>text</frontend_type>
129129
<sort_order>3</sort_order>
130130
<show_in_default>1</show_in_default>
131131
<show_in_website>0</show_in_website>
132132
<show_in_store>-</show_in_store>
133-
</login>
134-
<password translate="label">
133+
</user>
134+
<pass translate="label">
135135
<label>Password</label>
136136
<frontend_type>text</frontend_type>
137137
<sort_order>4</sort_order>
138138
<show_in_default>1</show_in_default>
139139
<show_in_website>0</show_in_website>
140140
<show_in_store>-</show_in_store>
141-
</password>
141+
</pass>
142142
<vhost translate="label">
143143
<label>Virtual Host</label>
144144
<frontend_type>text</frontend_type>
@@ -157,15 +157,6 @@
157157
<show_in_store>-</show_in_store>
158158
<comment>Connection will be performed as later as possible.</comment>
159159
</lazy>
160-
<delay_plugin_installed translate="label">
161-
<label>Delay plugin installed</label>
162-
<frontend_type>select</frontend_type>
163-
<source_model>adminhtml/system_config_source_yesno</source_model>
164-
<sort_order>7</sort_order>
165-
<show_in_default>1</show_in_default>
166-
<show_in_website>0</show_in_website>
167-
<show_in_store>-</show_in_store>
168-
</delay_plugin_installed>
169160
</fields>
170161
</rabbitmq_amqp>
171162
<amqp translate="label">
@@ -194,22 +185,22 @@
194185
<show_in_store>-</show_in_store>
195186
<validate>validate-number</validate>
196187
</port>
197-
<login translate="label">
198-
<label>Login</label>
188+
<user translate="label">
189+
<label>User</label>
199190
<frontend_type>text</frontend_type>
200191
<sort_order>3</sort_order>
201192
<show_in_default>1</show_in_default>
202193
<show_in_website>0</show_in_website>
203194
<show_in_store>-</show_in_store>
204-
</login>
205-
<password translate="label">
195+
</user>
196+
<pass translate="label">
206197
<label>Password</label>
207198
<frontend_type>text</frontend_type>
208199
<sort_order>4</sort_order>
209200
<show_in_default>1</show_in_default>
210201
<show_in_website>0</show_in_website>
211202
<show_in_store>-</show_in_store>
212-
</password>
203+
</pass>
213204
<vhost translate="label">
214205
<label>Virtual Host</label>
215206
<frontend_type>text</frontend_type>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /