onCompletePurchase should pull userId from the transaction, instead of the session, since the session could be owned by spectre and not the user. Fixes bug #11385

This commit is contained in:
Colin Kuskie 2010-02-24 10:09:18 -08:00
parent fbfe6387c4
commit 5934ba8fce
3 changed files with 33 additions and 30 deletions

View file

@ -11,6 +11,7 @@
- fixed #11428: Dataform Date Field Problem
- fixed #11434: Inbox invitation adds text to email instead of html
- fixed #11436: Inbox invitation use mail send instead of mail queue
- fixed #11385: Wrong user in onCompletePurchase
7.8.12
- fixed #11285: Pasting HTML into Code Editor in IE