Skip to content

Commit 0a85acb

Browse files
Merge pull request #2 from MichaelRotaru/master
Fix #1 - Wrong variable name
2 parents 11ac28f + 822a231 commit 0a85acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload_ce_phoenix/includes/javascript/paylike.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function pay(args, checkout, form) {
1616
$.ajax({
1717
method: 'POST',
1818
dataType: 'json',
19-
url: formActionURL,
19+
url: orderDataPath,
2020
data: {
2121
action: 'setTransactionId',
2222
id: r.transaction.id

0 commit comments

Comments
 (0)