View Issue Details

IDProjectCategoryView StatusLast Update
0007037OXID eShop (all versions)4.07. Source code, Testpublic2024-06-26 10:18
Reporterpbenke Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version6.1.4 
Summary0007037: Misspelling in function call
DescriptionMisspelling in function call:

File:
vendor/oxid-esales/oxideshop-ce/source/Application/Model/Order.php

Function:
_sendOrderByEmail()

Misspelling function calls:
- sendOrderEMailToUser => correct would be: sendOrderEmailToUser (small "m")
- sendOrderEMailToOwner => correct would be sendOrderEmailToOwner (small "m")




TagsEmail, Order
ThemeNot defined
BrowserNot defined
PHP Version7.1
Database VersionNot defined

Activities

SvenBrunk

2024-06-26 10:18

administrator   ~0017109

That is not really correct. There are 2 possible spellings in english: email and e-mail
The method names are derived from the second variant (the hypen is of course no valid character in method names).
I do agree that the spelling should be identical in all places, but it would cause more mayhem to fix that for single calls than it benefits anyone.
Would also only possible in a major release