Skip to content
New issue

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

Update Namesilo.php #25

Closed
wants to merge 1 commit into from
Closed

Update Namesilo.php #25

wants to merge 1 commit into from

Conversation

lukapaunovic
Copy link
Contributor

@lukapaunovic lukapaunovic commented Feb 2, 2017

I removed throwing exception when someone is not using Payment ID, this prevented them from using module without Payment ID defined.
But there is an issue, this is how input box is showing.

<input id="el-Payment_ID" type="Payment_ID" name="config[Payment_ID]" value="" required="required">

It is set to REQUIRED and I have no idea how do i change that... I'm going to contact boxbilling musicboxlimited for this and i'm gonna do another pull request.
So basically, once you define Payment ID only way to remove it is to inspect element and remove required="required" and then save it.

I removed throwing exception when someone is not using Payment ID, this prevented them for using module without Payment ID defined.
But there is an issue, this is how input box is showing. 

<input id="el-Payment_ID" type="Payment_ID" name="config[Payment_ID]" value="" required="required">

It is set to REQUIRED and I have no idea how do i change that... I'm going to contact boxbilling musicboxlimited for this and i'm gonna do another pull request.
So basically, once you define Payment ID only way to remove it is to inspect element and remove required="required" and then save it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant