PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
payment
/
public
/
js
$((function(){$(document).on("click",".get-refund-detail",(function(e){e.preventDefault();var n=$(e.currentTarget);$.ajax({type:"GET",cache:!1,url:n.data("url"),beforeSend:function(){n.find("i").addClass("fa-spin")},success:function(e){e.error?Botble.showError(e.message):$(n.data("element")).html(e.data)},error:function(e){Botble.handleError(e)},complete:function(){n.find("i").removeClass("fa-spin")}})}))}));
[+]
..
[-] payment-methods.js
[edit]
[-] payment.js
[edit]
[-] payment-detail.js
[edit]