View Issue Details

IDProjectCategoryView StatusLast Update
0003328OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterspurvis 
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.3 revision 39087 
Target VersionFixed in Version4.5.8 revision 42471 
Summary0003328: Incorrect types given to some variables/agruments in oxOrder class
DescriptionThe following pertains to PHPDoc comments within the oxOrder class.

1. $_oPayment is of type oxUserPayment, not oxPayment.

2. oxOrder::getPayment returns type oxUserPayment, not oxBasket

3. The $oPayment argument of method oxOrder::_sendOrderByEmail is of type oxUserPayment, not oxPayment.

Although there are several minor typos like this throughout the PHPDoc comments, I found these to be particularly misleading.
Steps To ReproduceN/A
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2011-12-29 09:01

reporter   ~0005547

@Developers: please check in source code side reported isses and fix if needed.

Linas Kukulskis

2012-02-10 16:19

reporter   ~0005719

fixed descriptions