We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9688d8 commit 822a231Copy full SHA for 822a231
1 file changed
upload_ce_phoenix/includes/javascript/paylike.js
@@ -16,7 +16,7 @@ function pay(args, checkout, form) {
16
$.ajax({
17
method: 'POST',
18
dataType: 'json',
19
- url: formActionURL,
+ url: orderDataPath,
20
data: {
21
action: 'setTransactionId',
22
id: r.transaction.id
0 commit comments