Home
last modified time | relevance | path

Searched refs:jitGet (Results 1 – 4 of 4) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/payment/
H A Disraelpostlib.php21 public function check_payment($paymentId, $jitGet, $jitPost) argument
23 if ($paymentId != $jitGet->PreOrderID->digits()) {
27 $hash = $this->generateHash($paymentId, $jitGet);
28 if ($hash !== $jitGet->OKauthentication->word()) {
100 private function generateHash($paymentId, $jitGet) argument
107 $combined[] = $jitGet->authorisat->digits();
109 $combined[] = $jitGet->OrderID->digits();
112 $combined[] = $jitGet->CartID->word();
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/AuthSource/
H A DOAuthController.php25 global $jitGet;
26 $_GET = $jitGet->none();
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-payment.php141 if ($prefs['payment_system'] == 'israelpost' && isset($_GET['invoice']) && $jitGet->OKauthenticatio…
145 $verified = $gateway->check_payment($id, $jitGet, $jitPost);
H A Dtiki-setup_base.php626 $jitGet = new JitFilter($_GET); variable
630 $jitGet->setDefaultFilter('xss');