Commit 40c5fe66 authored by Jean-Paul Smets's avatar Jean-Paul Smets Committed by Xiaowu Zhang

Omit reference and expose title for Sale Orders

Reference should be used for internal purpose (map with PayPal for example) and Title should be a fashionable name.
parent e0a17c1f
...@@ -354,6 +354,8 @@ ...@@ -354,6 +354,8 @@
<tuple> <tuple>
<string>id</string> <string>id</string>
<string>ID</string> <string>ID</string>
<string>title</string>
<string>Title</string>
</tuple> </tuple>
<tuple> <tuple>
<string>SaleOrder_getFormattedTotalPrice</string> <string>SaleOrder_getFormattedTotalPrice</string>
...@@ -519,6 +521,8 @@ ...@@ -519,6 +521,8 @@
<tuple> <tuple>
<string>id</string> <string>id</string>
<string>ID</string> <string>ID</string>
<string>title</string>
<string>Title</string>
</tuple> </tuple>
<tuple> <tuple>
<string>SaleOrder_getFormattedTotalPrice</string> <string>SaleOrder_getFormattedTotalPrice</string>
...@@ -561,6 +565,7 @@ ...@@ -561,6 +565,7 @@
<list> <list>
<tuple> <tuple>
<string>id</string> <string>id</string>
<string>title</string>
<string>SaleOrder_getSaleOrderUrl</string> <string>SaleOrder_getSaleOrderUrl</string>
</tuple> </tuple>
<tuple> <tuple>
......
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
......
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