Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Paying for multiple items (FIX)
You can find more details about this at the link below

http://www.webidsupport.com/forums/issue.php?472-Paying-for-multiple-items-(FIX)
  • Loading branch information
ubidzz committed Jun 2, 2014
1 parent 437c984 commit 0867900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/buy_now.tpl
Expand Up @@ -70,7 +70,7 @@
{L_498}
<form name="" method="post" action="{SITEURL}pay.php?a=2" id="fees">
<input type="hidden" name="csrftoken" value="{_CSRFTOKEN}">
<input type="hidden" name="pfval" value="{ID}">
<input type="hidden" name="pfval" value="{WINID}">
<input type="submit" name="Pay" value="{L_756}" class="pay">
</form>
</td>
Expand Down

0 comments on commit 0867900

Please sign in to comment.