From 799e1e59dde592fb0c28000b879d055fdcca2bff Mon Sep 17 00:00:00 2001 From: Karin Gerritsen Date: Sun, 5 Jul 2015 16:01:13 -0600 Subject: [PATCH] Edit to avoid clash with other field Both processor_id and payment_processor_id have <title>Payment Processor. This causes issues with imports into the recurring series table (using Eileen's CSV importer) - as the field mapping is stored by title and will always select the first match - even if you previously selected 'the second Payment Processor' . Renaming the <title> for processor_id to Processor ID. Leaving the payment_processor_id <title> as is: Payment Processor --- xml/schema/Contribute/ContributionRecur.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/Contribute/ContributionRecur.xml b/xml/schema/Contribute/ContributionRecur.xml index 1024fe0a5c..122696f32d 100644 --- a/xml/schema/Contribute/ContributionRecur.xml +++ b/xml/schema/Contribute/ContributionRecur.xml @@ -128,7 +128,7 @@ </field> <field> <name>processor_id</name> - <title>Payment Processor + Processor ID varchar 255 Possibly needed to store a unique identifier for this recurring payment order - if this is available from the processor?? -- 2.25.1