[guadec-web] Use https for ipn



commit 06a01b5aa0005a244277486498ec662a94b038dc
Author: Pascal Terjan <pterjan gmail com>
Date:   Thu Jul 17 08:52:11 2014 +0000

    Use https for ipn

 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 6bee97a..842fdd1 100644
--- a/guadec/confirm-payment.php
+++ b/guadec/confirm-payment.php
@@ -230,7 +230,7 @@ if (!empty($_POST)) {
                    <input type="hidden" name="custom" value="<?php echo $registerInfo; ?>">
 
                        <!-- <Address of notification url. Can not be localhost      -->
-                   <input type="hidden" name="notify_url" 
value="http://www.guadec.org/wp-content/themes/guadec/ipn.php";>
+                   <input type="hidden" name="notify_url" 
value="https://www.guadec.org/wp-content/themes/guadec/ipn.php";>
 
                    <!-- Redirect to thank you after cancelled payment -->
                    <input type="hidden" name="cancel_return" 
value="https://www.guadec.org/cancel-registration/";>


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