From: x2000habouzit Date: Sun, 1 Oct 2006 11:23:56 +0000 (+0000) Subject: typo X-Git-Tag: xorg/0.9.11~30 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=828c7b1f4d9109997de2d094ab852c58a24ec568;p=platal.git typo git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@934 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/payment.php b/modules/payment.php index 4b7f037..2b0b64e 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -77,8 +77,8 @@ class PaymentModule extends PLModule { return array( 'payment' => $this->make_hook('payment', AUTH_MDP), - 'payment/cyber_return' => $this->make_hook('cyber_return', AUTH_PUB), - 'payment/paypal_return' => $this->make_hook('paypal_return', AUTH_PUB), + 'payment/cyber_return' => $this->make_hook('cyber_return', AUTH_PUBLIC), + 'payment/paypal_return' => $this->make_hook('paypal_return', AUTH_PUBLIC), 'admin/payments' => $this->make_hook('admin', AUTH_MDP, 'admin'), ); }