Commit cb300deb authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Preference for payzen and wechat isnt mandatory

  No need to always set those properties, while no accounting is setup.

  Let the project introduce it if they rely on those payment modes.
parent b52d05a1
......@@ -36,10 +36,6 @@ if not [x for x in subscription_assignment_category_list if x.startswith('destin
preference_method_list = [
"getPreferredHateoasUrl",
"getPreferredPayzenPaymentServiceReference",
"getPreferredPayzenIntegrationSite",
"getPreferredWechatPaymentServiceReference",
"getPreferredWechatIntegrationSite"
]
for method_id in preference_method_list:
......
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