We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line 40 syntax (typo) error
<input type="text" name="NETS_LIVE_CHECKOUT_KEY" id="NETS_LIVE_CHECKOUT_KEY" value="" class="" value="{$NETS_LIVE_CHECKOUT_KEY}" placeholder="live-checkout-key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" required>
Line 40 corrected
<input type="text" name="NETS_LIVE_CHECKOUT_KEY" id="NETS_LIVE_CHECKOUT_KEY" class="" value="{$NETS_LIVE_CHECKOUT_KEY}" placeholder="live-checkout-key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" required>
Line 47 syntax (typo) error
<input type="text" name="NETS_LIVE_SECRET_KEY" id="NETS_LIVE_SECRET_KEY" value="" class="" value="{$NETS_LIVE_SECRET_KEY}" placeholder="live-secret-key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" required>
Line 47 corrected
<input type="text" name="NETS_LIVE_SECRET_KEY" id="NETS_LIVE_SECRET_KEY" class="" value="{$NETS_LIVE_SECRET_KEY}" placeholder="live-secret-key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" required>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Line 40 syntax (typo) error
Line 40 corrected
Line 47 syntax (typo) error
Line 47 corrected
The text was updated successfully, but these errors were encountered: