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:
Shadow
2018-06-27 13:00:44 +03:00
parent c9c9759664
commit dc1bce2aec
8 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -112,7 +112,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:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.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 : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
<?php
@@ -160,7 +160,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:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.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 : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
<?php
}
@@ -207,7 +207,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:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.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 : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
<?php
}
@@ -301,7 +301,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:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.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 : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
<?php
}
if ($amount == 0)
@@ -322,7 +322,7 @@ $golds1 = mysqli_fetch_array($MyGold);
</thead>
<tbody>
<tr>
<td class="desc"><b>&nbsp;&nbsp;Current account balance</b></td>
<td class="desc"><b>Current account balance</b></td>
<td class="desc"><div style="text-align: center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></td>
<td class="desc"><div style="text-align: center"><b>Account inquiry</b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
@@ -330,7 +330,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:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.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 : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
<?php
}