Error while clicking on place order button, how to trace this error (in which file ),

in order to fix it - Uncaught TypeError: Cannot read property 'trim' of undefined

有帮助吗?

解决方案

Variable was undefined , that is why trim method was throwing error.

许可以下: CC-BY-SA归因
scroll top