From 53780a9b086639d58245ad818ca187522025ce68 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Aug 2014 21:42:20 +1200 Subject: [PATCH] metadata fix --- xml/schema/Contribute/ContributionPage.xml | 3 +++ xml/schema/Core/Email.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index d2d61ce6cb..9535d5b29a 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -93,6 +93,7 @@ is_credit_card_only + Is Credit Card Only? boolean if true - processing logic must reject transaction at confirmation stage if pay method != credit card 0 @@ -100,6 +101,7 @@ is_monetary + Is Monetary boolean 1 if true - allows real-time monetary transactions otherwise non-monetary transactions @@ -107,6 +109,7 @@ is_recur + Is Recurring boolean 0 if true - allows recurring contributions, valid only for PayPal_Standard diff --git a/xml/schema/Core/Email.xml b/xml/schema/Core/Email.xml index a17b173f9f..a731fae3cc 100644 --- a/xml/schema/Core/Email.xml +++ b/xml/schema/Core/Email.xml @@ -9,6 +9,7 @@ true id + Email ID int unsigned true Unique Email ID @@ -20,6 +21,7 @@ contact_id + Email Contact int unsigned FK to Contact ID 2.0 @@ -53,6 +55,7 @@ email + Email varchar 254 @@ -80,6 +83,7 @@ is_primary + Is Primary email boolean 0 Is this the primary? @@ -92,6 +96,7 @@ is_billing + Is Billing Email? boolean 0 Is this the billing? -- 2.25.1