Fix Broken Add Payment link in reccuring invoice in the client portal

This commit is contained in:
johnnyq 2025-09-08 17:23:51 -04:00
parent 68872ab9fb
commit 5960e7cbd9
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ $payment_provider_threshold = floatval($row['payment_provider_threshold']);
</select> </select>
</form> </form>
<?php } else { ?> <?php } else { ?>
<a href="saved_payment_method.php">Add a Payment Method</a> <a href="saved_payment_methods.php">Add a Payment Method</a>
<?php } ?> <?php } ?>
</td> </td>
<?php } ?> <?php } ?>