lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

type hidden not hidden ?! #14

Closed ibasaw closed 9 years ago

ibasaw commented 11 years ago

hi,

got this form and all input are visible, not hidden

{% import 'LexikPayboxBundle:Macro:paybox.html.twig' as paybox %}
<form action="{{ url }}" method="post">
    {{ paybox.form(form) }}    
<input type="submit" />

wtf ? :)

in the view, here an exemple of the form

<input type="_form_PBX_DEVISE" value="978" name="PBX_DEVISE">
soullivaneuh commented 10 years ago

Just see that too, wtf ?! :D

soullivaneuh commented 10 years ago

Found the error, wrong parameter called in the macro, I will PR quickly.