[guadec-web] Fix item name



commit cb565a29f307f009e8c4f4654dba9646ee304a0c
Author: Pascal Terjan <pterjan gmail com>
Date:   Sat Jul 12 16:50:00 2014 +0000

    Fix item name

 guadec/confirm-payment.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/confirm-payment.php b/guadec/confirm-payment.php
index 444a5a9..a47cdd0 100644
--- a/guadec/confirm-payment.php
+++ b/guadec/confirm-payment.php
@@ -200,7 +200,7 @@ if (!empty($_POST)) {
                    <input type="hidden" name="cmd" value="_xclick">
                    <input type="hidden" name="business" value="saumya zero-facilitator gmail com">
                    <input type="hidden" name="currency_code" value="EUR">
-                   <input type="hidden" name="item_name" value="Digital Download">
+                   <input type="hidden" name="item_name" value="GUADEC 2014">
                    <input type="hidden" name="amount" value="<?php echo $tamount; ?>">
                    <!-- Redirect to thank you after successful payment -->
                    <input type="hidden" name="return" value="https://www.guadec.org/thank-you/";>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]