We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ac28f + 822a231 commit 0a85acbCopy full SHA for 0a85acb
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