Skip to Content
Menu
This question has been flagged
1 Reply
2133 Views

Hi Team,

I am getting below error when i tried to configure "Razorpay" as a payment gateway option in v13. Please help me to resolve the same.

--------------------------------------------------------------------------------------------------------------

Error:

Uncaught SyntaxError: Unexpected token '<'


http://localhost:8069/shop/payment:1

Traceback:

SyntaxError: Unexpected token '<'

    at DOMEval (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:610:10)

    at Function.globalEval (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:624:41)

    at text script (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1226:466)

    at ajaxConvert (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1179:45)

    at done (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1209:10)

    at XMLHttpRequest.<anonymous> (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1225:314)

    at Object.send (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1226:36)

    at Function.ajax (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1204:31)

    at Function.jQuery._evalUrl (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:1216:179)

    at domManip (http://localhost:8069/web/content/399-7823fd5/1/web.assets_common_lazy.js:961:318)

------------------------------------------------------------------------------------------------------

Regards,

Suneel

Avatar
Discard
Best Answer

Usually occur as a result of a missing or improperly addressed javascript.

Check out the missing script from your browser console.

Avatar
Discard