sveawebpay / dotnet-integration

SDK for Sveas standalone payment methods
Other
5 stars 14 forks source link

Hosted HTML payment form has hardcoded id and name #33

Closed henkish closed 7 years ago

henkish commented 7 years ago

To avoid changing javascript form POST code (if name/id not equal to "paymentForm" in client code) - you should be able to set id and name. Proposed fix in pull request: https://github.com/sveawebpay/dotnet-integration/pull/32

fre-sund commented 7 years ago

Closing this as pull request #32 is merged.