Changeset [efc94d2b316802976d0b1c924a79d92684008641] by Phillip Ball
August 18th, 2011 @ 03:38 PM
once in a while it appears the payment processor will return a
nullo value in the errorCode field
which the previous check takes as a TRUE, as 0, null, and empty
will all equate out the same using the == adding the === will
specifically test for a 0 and only a 0, which is what we want
https://github.com/exponentcms/exponent-cms/commit/efc94d2b31680297...
Committed by Phillip Ball
- M framework/modules/ecommerce/controllers/cartController.php
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS