mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix Broken Add Payment link in reccuring invoice in the client portal
This commit is contained in:
@@ -95,7 +95,7 @@ $payment_provider_threshold = floatval($row['payment_provider_threshold']);
|
||||
</select>
|
||||
</form>
|
||||
<?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 } ?>
|
||||
</td>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user