Commit b1bec656 authored by Łukasz Nowak's avatar Łukasz Nowak

Standarise naming.

In case of reused properties use their original name.

In case of payzen properties, use thier full name with payzen_ prefix.
parent 2dbaebc5
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>payzen_url_constraint</string> </value> <value> <string>link_url_string_constraint</string> </value>
</item> </item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<key> <string>constraint_property</string> </key> <key> <string>constraint_property</string> </key>
<value> <value>
<tuple> <tuple>
<string>payzen_ctx_mode</string> <string>payzen_vads_ctx_mode</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -51,19 +51,19 @@ ...@@ -51,19 +51,19 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>payzen_ctx_mode_constraint</string> </value> <value> <string>payzen_vads_ctx_mode_constraint</string> </value>
</item> </item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
<value> <string>vads_ctx_mode have to be TEST or PRODUCTION</string> </value> <value> <string>Payzen vads_ctx_mode have to be TEST or PRODUCTION</string> </value>
</item> </item>
<item> <item>
<key> <string>message_no_such_property</string> </key> <key> <string>message_no_such_property</string> </key>
<value> <string>vads_ctx_mode have to be TEST or PRODUCTION</string> </value> <value> <string>Payzen vads_ctx_mode have to be TEST or PRODUCTION</string> </value>
</item> </item>
<item> <item>
<key> <string>message_property_not_set</string> </key> <key> <string>message_property_not_set</string> </key>
<value> <string>vads_ctx_mode have to be TEST or PRODUCTION</string> </value> <value> <string>Payzen vads_ctx_mode have to be TEST or PRODUCTION</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>payzen_ctx_mode_property</string> </value> <value> <string>payzen_vads_ctx_mode_property</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>payzen_site_id_constraint</string> </value> <value> <string>service_username_constraint</string> </value>
</item> </item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<string>my_link_url_string</string> <string>my_link_url_string</string>
<string>my_service_username</string> <string>my_service_username</string>
<string>my_service_password</string> <string>my_service_password</string>
<string>my_payzen_ctx_mode</string> <string>my_payzen_vads_ctx_mode</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_payzen_ctx_mode</string> </value> <value> <string>my_payzen_vads_ctx_mode</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>vads_ctx_mode</string> </value> <value> <string>Payzen vads_ctx_mode</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode</string> </key> <key> <string>unicode</string> </key>
......
12 13
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment