r80593 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r80592
|
r80593
|
r80594
>
Date:
22:45, 19 January 2011
Author:
awjrichards
Status:
deferred
Tags:
Comment:
Removed redundant call to recurring_normalize_msg() - happens already on message import; Calling this twice has bad consequences, like appending time() to the gateway's trxn id twice
Modified paths:
/civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module
(modified) (
history
)
Diff
[
purge
]
Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module
—
—
@@ -224,8 +224,6 @@
225
225
226
226
civicrm_initialize(true);
227
227
228
- $msg = recurring_normalize_msg( $msg );
229
-
230
228
// set the correct amount fields/data and do exchange rate conversions.
231
229
$msg = _queue2civicrm_normalize_contrib_amnts( $msg );
232
230
Status & tagging log
18:12, 13 February 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r80593
[
removed:
new
added:
deferred]