Sha256: 85720c5652c3ee7b46ffa1030536cfff89facba8efe1695a687e7fddd7c1af85
Contents?: true
Size: 336 Bytes
Versions: 1
Compression:
Stored size: 336 Bytes
Contents
<script> $(function() { setInterval(function(){ $.getJSON('<%= liqpay_status_order_checkout_url(@order, format: :json) %>', function(data) { if (data.completed) location.reload();})}, 500)}); </script> <div id="liqpay_spinner"> <!-- Here is the best place for some exciting animation --> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_liqpay-0.1.0 | app/views/spree/checkout/liqpay_result.html.erb |