Ticket #861 (closed defect: fixed)
Password is used as username in check outs
| Reported by: | jorrit | Owned by: | mapi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phpUnderControl | Version: | phpUnderControl 0.4.7 |
| Keywords: | Cc: | ||
| PHP Version: | 5.2.9 |
Description
Another issue exists in AbstractCheckout.php, on line 114: $checkout->username = $args->getOption( 'password' );
This should be: $checkout->password = $args->getOption( 'password' );
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

