Hi,
In this module , the checkoutapi uses $txn->mail for display on the review form.

$txn->mail is not updated since there is no $txn->uid , becuase of $txn->customer->exid is used instead.

how to fix that ?
(All admin interface are also looking for $txn->mail)

Comments

gordon’s picture

Status: Active » Fixed

I have fixed this, but there could be more.

$txn->uid is now depreciated, and we use the customer interface to access any customer information.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.