mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +00:00
fix: billing address from config
This commit is contained in:
@@ -110,7 +110,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
<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
|
<?php
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
<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
|
<?php
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -205,7 +205,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
<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
|
<?php
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -299,7 +299,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
<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
|
<?php
|
||||||
}
|
}
|
||||||
if ($amount == 0)
|
if ($amount == 0)
|
||||||
@@ -328,7 +328,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
<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
|
<?php
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user