Skip to content

Commit

Permalink
fix wrong Param-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Oct 17, 2023
1 parent bfc9280 commit d0035fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/admin/tpl/oscpaypalorder.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<td><input type="text" id="invoiceId" name="invoiceId" maxlength="127"></td>
</tr>
<tr>
<td><label for="noteToBuyer">[{oxmultilang ident="OSC_PAYPAL_NOTE_TO_BUYER"}]</label></td>
<td><label for="noteToPayer">[{oxmultilang ident="OSC_PAYPAL_NOTE_TO_BUYER"}]</label></td>
<td><textarea id="noteToPayer" name="noteToPayer" maxlength="255"></textarea></td>
</tr>
<tr>
Expand Down

0 comments on commit d0035fa

Please sign in to comment.