Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove jquery dependency from payment page js
- to avoid edge-case issue: when merchant use unknown 3rd party asset optimizer plugin, on payment page, jQuery may be loaded late/randomly (race condition). it can cause jQuery is undefined that prevent the payment js to run.
- Loading branch information