mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user