Closed kvbik closed 3 years ago
Fill properly the initial values of Django Forms, in the way it is handled in Pretix [1]
initial
[1] https://github.com/pretix/pretix/blob/4c3192f1168e16c443f3d56020afdab1fffe9704/src/pretix/base/payment.py#L381
Resolves https://github.com/esPass/pretix-eth-payment-plugin/issues/164
This was tested by @rahul-kothari in https://github.com/rahul-kothari/pretix-eth-payment-plugin/pull/8
Fill properly the
initial
values of Django Forms, in the way it is handled in Pretix [1][1] https://github.com/pretix/pretix/blob/4c3192f1168e16c443f3d56020afdab1fffe9704/src/pretix/base/payment.py#L381
Resolves https://github.com/esPass/pretix-eth-payment-plugin/issues/164