X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment.php;h=4a28ef3038ad792c3864923f8ed94fc4daf92019;hb=2e04c41b702b2ff21bc0bd9cee5fe119eb863950;hp=6f4ed7fcc030d572aeed7f5816c0dd8320b11b58;hpb=c9e710ffc8562c5f0345f0070eb0ab21b7394596;p=platal.git diff --git a/modules/payment.php b/modules/payment.php index 6f4ed7f..4a28ef3 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -452,7 +452,7 @@ class PaymentModule extends PLModule $trans = array(); $event = array(); if (may_update()) { - static $orders = array('timestamp' => 'p', 'directory_name' => 'a', 'promo' => 'pd', 'comment' => 'p', 'amount' => 'p'); + static $orders = array('ts_confirmed' => 'p', 'directory_name' => 'a', 'promo' => 'pd', 'comment' => 'p', 'amount' => 'p'); if (Get::has('order_id') && Get::has('order') && array_key_exists(Get::v('order'), $orders)) { $order_id = Get::i('order_id');