From e386a062a2e59d6f9ef5bce76d54b9511cfcc00d Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 19 Mar 2013 08:34:19 +1300 Subject: [PATCH] add fixme --- api/v3/Generic/Update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/Generic/Update.php b/api/v3/Generic/Update.php index 1950e966dd..6de91c7464 100644 --- a/api/v3/Generic/Update.php +++ b/api/v3/Generic/Update.php @@ -25,6 +25,7 @@ function civicrm_api3_generic_update($apiRequest) { if (!array_key_exists($key_id, $apiRequest['params'])) { return $errorFnName("Mandatory parameter missing $key_id"); } + // @fixme // tests show that contribution works better with create // this is horrible but to make it work we'll just handle it separately if(strtolower($apiRequest['entity']) == 'contribution'){ -- 2.25.1