mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Added Recurring Auto Increment Number and Prefix DB Structure Updated
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
<label class="custom-control-label" for="customSwitch1">Enable Stripe</label>
|
||||
</div>
|
||||
|
||||
<?php if($config_stripe_enable == 1){ ?>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Publishable</label>
|
||||
<div class="input-group">
|
||||
@@ -33,6 +35,8 @@
|
||||
<input type="text" class="form-control" name="config_stripe_secret" placeholder="Stripe Secret API Key" value="<?php echo $config_stripe_secret; ?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user