Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Swapped the default license price from 750 to 600 for the script #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion private/admin/autopay.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="box">
<h3>Options</h3>
<label for="amount">Amount</label>
<input id="amount" value="750" type="number"></input>
<input id="amount" value="600" type="number"></input>

<label for="account_number">Receiver account</label>
<input id="account_number" value="78740670025"></input>
Expand Down
2 changes: 1 addition & 1 deletion private/admin/cin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div hidden class="box cin-options">
<h3>Options</h3>
<label for="amount">Amount</label>
<input id="amount" value="750" type="number"></input>
<input id="amount" value="600" type="number"></input>

<label for="account_number">Receiver account</label>
<input id="account_number" value="78740670025"></input>
Expand Down