In portal/potal_payment.php there is this line 1314
<?php if ($GLOBALS['payment_gateway'] != 'Stripe') { ?>
The clinic is using stripe. But in using stripe the credit card fields are hidden of course. I don’t understand why the fields would be hidden when there is where there is no other place to enter the credit card number.
When the fields are hidden and the pay now button is clicked. It displays that the CC numbers are missing. The numbers are missing because the fields are hidden. Could you help me to understand the logic that should be happening here?
@sjpadgett in the screenshot I have to change the != Stripe to == Stripe so the fields can show.
@juggernautsei
They shouldn’t. Most likely was messed up in one of the numerous restyles. Check the styling for the stripe dialog. Wait, I’ll look at real quick and get back to ya.