syntax error in config.xml

Issue #1 resolved
Former user created an issue

app/code/community/SGH/EstimatedDelivery/etc/config.xml had:

<module> <SGH_EstimatedDelivery> <version>0.1.0</version> </SGH_EstimatedDelivery> </module>

should be:

<modules> <SGH_EstimatedDelivery> <version>0.1.0</version> </SGH_EstimatedDelivery> </modules>

I fixed this manually on Xtension Galaxy and republished the package.

Comments (1)

  1. Log in to comment