You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified my payment processor works/is enabled on a normal contribution page, but in Simple Donate I see this:
Drupal 7/CiviCRM 4.7.21/ Simple Donate 2.0
In the code, I see this <li class="payment-processor-type ng-scope ng-hide" ng-repeat="type in paymentProcessor" ng-hide="type.hide">
If I delete ng-hide as class, it shows, but with a radiobutton for just my one payment processor. I must click it, then I see the fields! (by design?)
If I enable two payment methods, with one including Pay Later, I see this
Then, I can click iATS:
How can I get it to just load the first payment method automatically? Am I missing a config setting?
The text was updated successfully, but these errors were encountered:
I have verified my payment processor works/is enabled on a normal contribution page, but in Simple Donate I see this:
Drupal 7/CiviCRM 4.7.21/ Simple Donate 2.0
In the code, I see this
<li class="payment-processor-type ng-scope ng-hide" ng-repeat="type in paymentProcessor" ng-hide="type.hide">
If I delete ng-hide as class, it shows, but with a radiobutton for just my one payment processor. I must click it, then I see the fields! (by design?)
If I enable two payment methods, with one including Pay Later, I see this
Then, I can click iATS:
How can I get it to just load the first payment method automatically? Am I missing a config setting?
The text was updated successfully, but these errors were encountered: