PEEL Shopping
Open source ecommerce : PEEL Shopping
Variables
ipn.php File Reference

Go to the source code of this file.

Variables

const DISABLE_INPUT_ENCODING_CONVERT true
 
if(empty($_POST)) if(PAYPAL_SANDBOX) else
 
 $req = 'cmd=_notify-validate'
 
foreach($_POST as $key=> $value) if(!empty($_POST['item_number'])) elseif(!empty($_POST['custom'])) $q
 

Variable Documentation

foreach ($_POST as $key=> $value) if (!empty($_POST['item_number'])) elseif (!empty($_POST['custom'])) $q
Initial value:
= query('SELECT id, montant, devise, currency_rate
FROM peel_commandes
WHERE id="' . intval($item_number) . '" AND ' . get_filter_site_cond('commandes') . '
LIMIT 1')
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
Definition: fonctions.php:4643
query($query, $die_if_error=false, $database_object=null, $silent_if_error=false, $security_sql_filter=true)
The query() function is meant to be called anywhere you want to make a query.
Definition: database.php:158

Definition at line 40 of file ipn.php.

$req = 'cmd=_notify-validate'

Definition at line 30 of file ipn.php.

const DISABLE_INPUT_ENCODING_CONVERT true

Definition at line 14 of file ipn.php.

if ($r=fetch_assoc($q)) else
Initial value:
{
$paypal_domain = 'ipnpb.paypal.com'

Definition at line 24 of file ipn.php.


This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:43 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.