Closed sethobey-stripe closed 2 years ago
Closes #322
SmartCalcs::_validatePostcode
Fixes bug
Tested Smartcalcs functionality via admin sales order input.
trim()
Context
Closes #322
Description
SmartCalcs::_validatePostcode
Performance
Fixes bug
Testing
Tested Smartcalcs functionality via admin sales order input.
trim()
, the string "94080" will pass while "94080 " will not.trim()
, both strings "94080" and "94080 " pass regex validation..Versions