Loader
The loader is displayed from when the One Time Token is created until the merchant calls yuno.hideLoader()
or yuno.continuePayment()
. This way, the user experience is improved because they will see the loader while the merchant creates the payment.
To disable this behavior, the merchant should set the property keepLoader
to false
in the method yuno.startCheckout
. Check the documentation for Full SDK or Lite SDK .
Updated about 1 year ago