mirror of https://github.com/itflow-org/itflow
Fix Broken Add Payment link in reccuring invoice in the client portal
This commit is contained in:
parent
68872ab9fb
commit
5960e7cbd9
|
|
@ -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 } ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue