Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.2.0
-
Component/s: Accounting Integration
-
Labels:None
Description
Modify xml/schema/Financial/PaymentProcessor.xml as follows:
Drop
<field>
<name>payment_processor_type</name>
<type>varchar</type>
<length>255</length>
<comment>Payment Processor Type.</comment>
<add>1.8</add>
</field>
Add payment_processor_type_id as an fk to that table, with index.
Create an upgrade script snippet that creates payment_processor_type_id field, updates the field correctly based on values in payment_processor_type field, then drops payment_processor_type field, and put in the appropriate file.
Attachments
Issue Links
- has patch in
-
CRM-11334 4.3.alpha1 breaks payment processors
- Done/Fixed