Skip to content

Commit f822fab

Browse files
author
Ashish Kankaria
authored
Update ApiOperationBase.php
1 parent e291273 commit f822fab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/net/authorize/api/controller/base/ApiOperationBase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use GoetasWebservices\Xsd\XsdToPhpRuntime\Jms\Handler\XmlSchemaDateHandler;
99

1010
use \net\authorize\util\HttpClient;
11-
use \net\authorize\util\Helpers;
11+
use \net\authorize\util\Helpers;p
1212
use \net\authorize\util\LogFactory as LogFactory;
1313

1414

@@ -115,6 +115,8 @@ public function execute($endPoint = \net\authorize\api\constants\ANetEnvironment
115115
$this->logger->debug($this->apiRequest);
116116
$xmlRequest = $this->serializer->serialize($this->apiRequest, 'xml');
117117

118+
echo $xmlRequest;
119+
118120
$this->logger->info("Request Serialization End");
119121
/*
120122
//$xmlRequest = '<?xml version="1.0" encoding="UTF-8"?> <ARBGetSubscriptionListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <merchantAuthentication> <name>4YJmeW7V77us</name> <transactionKey>4qHK9u63F753be4Z</transactionKey> </merchantAuthentication> <refId><![CDATA[ref1416999093]]></refId> <searchType><![CDATA[subscriptionActive]]></searchType> <sorting> <orderBy><![CDATA[firstName]]></orderBy> <orderDescending>false</orderDescending> </sorting> <paging> <limit>10</limit> <offset>1</offset> </paging> </ARBGetSubscriptionListRequest> ';

0 commit comments

Comments
 (0)