Payment gateways disappeared on plugin output
-
Hello,
https://nepalcomeback.com/donate/
I ran into a weird issue with the plugin. It is no longer displaying my payment gateways that I have configured in settings. As of now there are only 2 –?PayPal and Offline donation. The plugin still functions (through PayPal), but now guests no longer have the option of offline donations and seeing the steps needed in order to make an offline donation. I noticed this in the code, if it helps (see the two “display: none;” functions):
<fieldset id="give-payment-mode-select" style="display: none;"> <legend class="give-payment-mode-label">Select Payment Method <span class="give-loading-text" style="display: none;"><span class="give-loading-animation"></span> </span> </legend> <div id="give-payment-mode-wrap"> <ul id="give-gateway-radio-list"> <li class="give-gateway-option-selected"> <input name="payment-mode" class="give-gateway" id="give-gateway-paypal-276" value="paypal" checked="checked" type="radio"> <label for="give-gateway-paypal-276" class="give-gateway-option" id="give-gateway-option-paypal"> PayPal</label> </li> </ul> </div> </fieldset>
Offline donations isn’t even listed in the code, though again, it is present in the settings. Just wondering what could have happened? Thanks for any help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Payment gateways disappeared on plugin output’ is closed to new replies.