Skip to content

Changes for Release 1.9.8 #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Oct 15, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8ff4cfb
update travis badge
adavidw Oct 10, 2017
9e919ef
update travis testing environments
adavidw Oct 10, 2017
e5b1bdd
Merge remote-tracking branch 'upstream/master'
adavidw Oct 10, 2017
c0997b4
Merge branch 'readme'
adavidw Oct 10, 2017
9383cb4
Merge remote-tracking branch 'upstream/master'
adavidw Nov 9, 2017
d5b766f
Remove testRequest from documentation (as per sunset plan)
adavidw Nov 15, 2017
89aaf18
SensitiveLogger for Java SDK
vijayabraj Jul 16, 2018
7a2af15
Merge pull request #139 from vijayabraj/master
kikmak42 Jul 16, 2018
3a99433
Merge pull request #125 from adavidw/testRequest
kikmak42 Jul 16, 2018
23bff6b
Deprecate old model code of Java SDK
vijayabraj Jul 20, 2018
e924732
Updating deprecation comments for old model code
vijayabraj Jul 26, 2018
cc81fe7
Updating README.md about old model code deprecation
vijayabraj Aug 10, 2018
5fef407
Updating MIGRATING.md
vijayabraj Aug 10, 2018
de0a1d8
Updating README.md and MIGRATING.md
vijayabraj Aug 10, 2018
379998d
Updating README.md and CONTRIBUTING.md
vijayabraj Aug 13, 2018
4b9f752
Merge branch 'future' of https://github.com/AuthorizeNet/sdk-java
vijayabraj Aug 24, 2018
f49c454
Updating CONTRIBUTING.md
vijayabraj Aug 24, 2018
44db5d8
Update classpath to include gson - SensitiveLogger
vijayabraj Sep 24, 2018
9961aeb
SDK Updates for ChasePay API Changes
ravishankar54 Sep 25, 2018
d489904
Updating README about Sensitive Logging in JavaSdk
vijayabraj Sep 27, 2018
a5f9454
Updating SensitiveLogger
vijayabraj Sep 28, 2018
7ca888d
Revert "Updating SensitiveLogger"
vijayabraj Oct 15, 2018
6368efc
Revert "Updating README about Sensitive Logging in JavaSdk"
vijayabraj Oct 15, 2018
ea93c55
Revert "Update classpath include gson SensitiveLogger"
vijayabraj Oct 15, 2018
43dac8b
Merge pull request #142 from vijayabraj/master
gnongsie Oct 15, 2018
d3a7180
Merge pull request #144 from ravishankar54/master
gnongsie Oct 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove testRequest from documentation (as per sunset plan)
  • Loading branch information
adavidw committed Nov 15, 2017
commit d5b766f4682e38d77c106aa9ac4a8f85b10a60b0
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ logs

#intellij files
.idea
*.iml
*.iml
.DS_Store
docs/.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ <h2 title="Enum SettingNameEnum" class="title">Enum SettingNameEnum</h2>
&lt;enumeration value="footerEmailReceipt"/>
&lt;enumeration value="recurringBilling"/>
&lt;enumeration value="duplicateWindow"/>
&lt;enumeration value="testRequest"/>
&lt;enumeration value="hostedProfileReturnUrl"/>
&lt;enumeration value="hostedProfileReturnUrlText"/>
&lt;enumeration value="hostedProfilePageBorderVisible"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ <h2 title="Class TransactionResponse" class="title">Class TransactionResponse</h
&lt;element name="transId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
&lt;element name="refTransID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
&lt;element name="transHash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
&lt;element name="testRequest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
&lt;element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
&lt;element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
&lt;element name="splitTenderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
Expand Down Expand Up @@ -368,10 +367,6 @@ <h3>Field Summary</h3>
<td class="colFirst"><code>protected <a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.SplitTenderPayments.html" title="class in net.authorize.api.contract.v1">TransactionResponse.SplitTenderPayments</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#splitTenderPayments">splitTenderPayments</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#testRequest">testRequest</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#transHash">transHash</a></strong></code>&nbsp;</td>
Expand Down Expand Up @@ -511,13 +506,6 @@ <h3>Method Summary</h3>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#getSplitTenderPayments()">getSplitTenderPayments</a></strong>()</code>
<div class="block">Gets the value of the splitTenderPayments property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#getTestRequest()">getTestRequest</a></strong>()</code>
<div class="block">Gets the value of the testRequest property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#getTransHash()">getTransHash</a></strong>()</code>
Expand Down Expand Up @@ -631,13 +619,6 @@ <h3>Method Summary</h3>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#setSplitTenderPayments(net.authorize.api.contract.v1.TransactionResponse.SplitTenderPayments)">setSplitTenderPayments</a></strong>(<a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.SplitTenderPayments.html" title="class in net.authorize.api.contract.v1">TransactionResponse.SplitTenderPayments</a>&nbsp;value)</code>
<div class="block">Sets the value of the splitTenderPayments property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#setTestRequest(java.lang.String)">setTestRequest</a></strong>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the testRequest property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/authorize/api/contract/v1/TransactionResponse.html#setTransHash(java.lang.String)">setTransHash</a></strong>(java.lang.String&nbsp;value)</code>
Expand Down Expand Up @@ -759,15 +740,6 @@ <h4>transHash</h4>
<pre>protected&nbsp;java.lang.String transHash</pre>
</li>
</ul>
<a name="testRequest">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testRequest</h4>
<pre>protected&nbsp;java.lang.String testRequest</pre>
</li>
</ul>
<a name="accountNumber">
<!-- -->
</a>
Expand Down Expand Up @@ -1099,30 +1071,6 @@ <h4>setTransHash</h4>
<code>String</code></dd></dl>
</li>
</ul>
<a name="getTestRequest()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTestRequest</h4>
<pre>public&nbsp;java.lang.String&nbsp;getTestRequest()</pre>
<div class="block">Gets the value of the testRequest property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<code>String</code></dd></dl>
</li>
</ul>
<a name="setTestRequest(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTestRequest</h4>
<pre>public&nbsp;void&nbsp;setTestRequest(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the testRequest property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<code>String</code></dd></dl>
</li>
</ul>
<a name="getAccountNumber()">
<!-- -->
</a>
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy