| Current Path : /proc/1908984/root/proc/1908984/root/home/digilove/www/41423/ |
| Current File : //proc/1908984/root/proc/1908984/root/home/digilove/www/41423/closeauthorizationresponse.php.tar |
home/digilove/public_html/110/plugins/vmpayment/amazon/handlers/closeauthorizationresponse.php 0000644 00000001777 15242571134 0027125 0 ustar 00 <?php
defined('_JEXEC') or die('Direct Access to ' . basename(__FILE__) . 'is not allowed.');
/**
*
* @package VirtueMart
* @subpackage vmpayment
* @version $Id: closeauthorizationresponse.php 10649 2022-05-05 14:29:44Z Milbo $
* @author Valérie Isaksen
* @link https://virtuemart.net
* @copyright Copyright (c) 2004 - April 26 2022 VirtueMart Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*
*/
class amazonHelperCloseAuthorizationResponse extends amazonHelper {
public function __construct (OffAmazonPaymentsService_Model_CloseAuthorizationResponse $closeAuthorizationResponse, $method) {
parent::__construct($closeAuthorizationResponse, $method);
}
public function getStoreInternalData () {
return NULL;
}
function getContents () {
$contents = $this->tableStart("CloseAuthorizationResponse");
$contents .= $this->getRow("Dump: ", var_export($this->amazonData, true));
$contents .= $this->tableEnd();
return $contents;
}
}