Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1168894
sella_error.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Sep 25, 6:24 PM
Size
1 KB
Mime Type
text/x-php
Expires
Sat, Sep 27, 6:24 PM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
757272
Attached To
rMINC Modules.In-Commerce
sella_error.php
View Options
<?php
/**
* @version $Id: sella_error.php 14257 2011-03-16 21:41:19Z alex $
* @package In-Commerce
* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
* @license Commercial License
* This software is protected by copyright law and international treaties.
* Unauthorized reproduction or unlicensed usage of the code of this program,
* or any portion of it may result in severe civil and criminal penalties,
* and will be prosecuted to the maximum extent possible under the law
* See http://www.in-portal.org/commercial-license for copyright notices and details.
*/
define
(
'FULL_PATH'
,
realpath
(
dirname
(
__FILE__
)
.
'/../../../../../..'
));
define
(
'REL_PATH'
,
'modules/in-commerce/units/gateways/gw_classes/notify_scripts'
);
define
(
'ADMIN'
,
1
);
include_once
(
FULL_PATH
.
'/core/kernel/startup.php'
);
$application
=&
kApplication
::
Instance
();
$application
->
Init
();
$application
->
SetVar
(
'sella_error'
,
1
);
$application
->
SetVar
(
'payment_type_id'
,
$application
->
Conn
->
GetOne
(
'SELECT PaymentTypeId FROM '
.
TABLE_PREFIX
.
'PaymentTypes AS pt
LEFT JOIN '
.
TABLE_PREFIX
.
'Gateways AS g
ON g.GatewayId = pt.GatewayId
WHERE g.ClassName = '
.
$application
->
Conn
->
qstr
(
'kSellaGuestPayGW'
)));
include
(
MODULES_PATH
.
'/in-commerce/gw_notify.php'
);
Event Timeline
Log In to Comment