mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-11 22:01:00 +00:00
Pyapal email
@iopietro : can you check why that email doesn`t change from configuration file ? If i press buy website redirect to paypal to pay at mail that i put on install , but in files remain old email
This commit is contained in:
@@ -35,7 +35,7 @@ function loadProductGroup(group_id) {
|
||||
</td>
|
||||
<td class="desc">
|
||||
Basically, we reserve the ordered amount of gold immediately after the payment. If there are any problems, please send an email to our
|
||||
<a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">payment account</a>. <br /><br /><b>Username<br />Payment Method<br />Ordered Package<br />
|
||||
<a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com') ?>">payment account</a>. <br /><br /><b>Username<br />Payment Method<br />Ordered Package<br />
|
||||
Date and time</b><br /><br />We strive to ensure speedy processing!<br />
|
||||
|
||||
</td>
|
||||
|
||||
@@ -114,7 +114,7 @@ $name = $session->uid;
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
|
||||
<!-- Identify your business so that you can collect the payments. -->
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com'); ?>">
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com'); ?>">
|
||||
|
||||
<!-- Specify a Buy Now button. -->
|
||||
<input type="hidden" name="cmd" value="_xclick">
|
||||
|
||||
@@ -112,7 +112,7 @@ $free = $session->uid;
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
|
||||
<!-- Identify your business so that you can collect the payments. -->
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com'); ?>">
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com'); ?>">
|
||||
|
||||
<!-- Specify a Buy Now button. -->
|
||||
<input type="hidden" name="cmd" value="_xclick">
|
||||
|
||||
@@ -112,7 +112,7 @@ $free = $session->uid;
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
|
||||
<!-- Identify your business so that you can collect the payments. -->
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com'); ?>">
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com'); ?>">
|
||||
|
||||
<!-- Specify a Buy Now button. -->
|
||||
<input type="hidden" name="cmd" value="_xclick">
|
||||
|
||||
@@ -86,7 +86,7 @@ $free = $session->uid;
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
|
||||
<!-- Identify your business so that you can collect the payments. -->
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com'); ?>">
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com'); ?>">
|
||||
|
||||
<!-- Specify a Buy Now button. -->
|
||||
<input type="hidden" name="cmd" value="_xclick">
|
||||
|
||||
@@ -57,7 +57,7 @@ $free = $session->uid;
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
|
||||
<!-- Identify your business so that you can collect the payments. -->
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com'); ?>">
|
||||
<input type="hidden" name="business" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com'); ?>">
|
||||
|
||||
<!-- Specify a Buy Now button. -->
|
||||
<input type="hidden" name="cmd" value="_xclick">
|
||||
|
||||
Reference in New Issue
Block a user