cc
This commit is contained in:
2
dist/templates/refund.html
vendored
2
dist/templates/refund.html
vendored
@@ -126,7 +126,7 @@
|
||||
|
||||
loading.style.display = "block";
|
||||
|
||||
fetch(`/apiv2/pay/refund/${orderID}`, {
|
||||
fetch(`/api/pay/refund/${orderID}`, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json"
|
||||
|
||||
Reference in New Issue
Block a user