Commit ee882c12 authored by Romain Courteaud's avatar Romain Courteaud

Add payzen payment mode

parent 5cd2c351
......@@ -76,6 +76,10 @@
<key> <string>short_title</string> </key>
<value> <string>Cash</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cash</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -76,6 +76,10 @@
<key> <string>short_title</string> </key>
<value> <string>Cheque</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cheque</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -89,10 +89,6 @@
<key> <string>id</string> </key>
<value> <string>credit_card</string> </value>
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>2</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Category</string> </value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Add_portal_folders_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Copy_or_Move_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>effective_date</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>payzen</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Payzen</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -76,6 +76,10 @@
<key> <string>short_title</string> </key>
<value> <string>Wire Transfer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Wire Transfer</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
92
\ No newline at end of file
93
\ No newline at end of file
......@@ -30,7 +30,6 @@ portal_categories/memory_type/**
portal_categories/nationality/**
portal_categories/order/**
portal_categories/payment_mode/**
portal_categories/payment_mode/**
portal_categories/product_line/**
portal_categories/publication_section/**
portal_categories/quantity_unit/**
......
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