You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Handle empty Order increment prefix
A call to `strpos` with an empty needle would throw a warning pre PHP 8.0. This change will check if the prefix is not empty first before performing the call to `strpos`.
* Use the string casted prefix in `strlen` call
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
* Fix syntax error
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
0 commit comments