File tree Expand file tree Collapse file tree
lib/net/authorize/api/controller/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ 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-
120118 $ this ->logger ->info ("Request Serialization End " );
121119 /*
122120 //$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> ';
You can’t perform that action at this time.
0 commit comments