mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: billing address from config
This commit is contained in:
@@ -110,7 +110,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -158,7 +158,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
|
||||
}
|
||||
@@ -205,7 +205,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
|
||||
}
|
||||
@@ -299,7 +299,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
}
|
||||
if ($amount == 0)
|
||||
@@ -328,7 +328,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user