Skip to content

Commit 05cfc56

Browse files
author
Antonio Buedo
authored
#v4.6.2003.0-rc - Bugfix invoice refund addresses serialization (#62)
- Bugfix: invoice::refundAddresses serialization - Subversion upgrade - BitPayLogger disabled by default - New method for setting logger level - JavaDoc updated - Tests updated
1 parent 4ce92d7 commit 05cfc56

File tree

147 files changed

+333
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+333
-296
lines changed

apidocs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>All Packages</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/com/bitpay/sdk/BitPayException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>BitPayException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Client.html

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>Client</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>
@@ -28,7 +28,7 @@
2828
catch(err) {
2929
}
3030
//-->
31-
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10};
31+
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10};
3232
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
3333
var altColor = "altColor";
3434
var rowColor = "rowColor";
@@ -118,9 +118,9 @@ <h2 title="Class Client" class="title">Class Client</h2>
118118
extends java.lang.Object</pre>
119119
<dl>
120120
<dt><span class="simpleTagLabel">Version:</span></dt>
121-
<dd>4.5.2002
121+
<dd>4.6.2003
122122
See bitpay.com/api for more information.
123-
date 26.02.2020</dd>
123+
date 25.03.2020</dd>
124124
<dt><span class="simpleTagLabel">Author:</span></dt>
125125
<dd>Antonio Buedo</dd>
126126
</dl>
@@ -531,26 +531,33 @@ <h3>Method Summary</h3>
531531
<td class="colLast">&nbsp;</td>
532532
</tr>
533533
<tr class="altColor" id="i42">
534+
<td class="colFirst"><code>void</code></td>
535+
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setLoggerLevel(int)">setLoggerLevel</a></span>&#8203;(int&nbsp;loggerLevel)</code></th>
536+
<td class="colLast">
537+
<div class="block">Sets the logger level of reporting.</div>
538+
</td>
539+
</tr>
540+
<tr class="rowColor" id="i43">
534541
<td class="colFirst"><code><a href="model/Payout/PayoutBatch.html" title="class in com.bitpay.sdk.model.Payout">PayoutBatch</a></code></td>
535542
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#submitPayoutBatch(com.bitpay.sdk.model.Payout.PayoutBatch)">submitPayoutBatch</a></span>&#8203;(<a href="model/Payout/PayoutBatch.html" title="class in com.bitpay.sdk.model.Payout">PayoutBatch</a>&nbsp;batch)</code></th>
536543
<td class="colLast">
537544
<div class="block">Submit a BitPay Payout batch.</div>
538545
</td>
539546
</tr>
540-
<tr class="rowColor" id="i43">
547+
<tr class="altColor" id="i44">
541548
<td class="colFirst"><code>boolean</code></td>
542549
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#tokenExist(java.lang.String)">tokenExist</a></span>&#8203;(java.lang.String&nbsp;facade)</code></th>
543550
<td class="colLast">
544551
<div class="block">Specified whether the client has authorization (a token) for the specified facade.</div>
545552
</td>
546553
</tr>
547-
<tr class="altColor" id="i44">
554+
<tr class="rowColor" id="i45">
548555
<td class="colFirst"><code>org.apache.http.HttpResponse</code></td>
549556
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(java.lang.String,java.lang.String)">update</a></span>&#8203;(java.lang.String&nbsp;uri,
550557
java.lang.String&nbsp;json)</code></th>
551558
<td class="colLast">&nbsp;</td>
552559
</tr>
553-
<tr class="rowColor" id="i45">
560+
<tr class="altColor" id="i46">
554561
<td class="colFirst"><code><a href="model/Bill/Bill.html" title="class in com.bitpay.sdk.model.Bill">Bill</a></code></td>
555562
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String)">updateBill</a></span>&#8203;(<a href="model/Bill/Bill.html" title="class in com.bitpay.sdk.model.Bill">Bill</a>&nbsp;bill,
556563
java.lang.String&nbsp;billId)</code></th>
@@ -1562,7 +1569,7 @@ <h4>BuildConfig</h4>
15621569
<a id="getCurrencyInfo(java.lang.String)">
15631570
<!-- -->
15641571
</a>
1565-
<ul class="blockListLast">
1572+
<ul class="blockList">
15661573
<li class="blockList">
15671574
<h4>getCurrencyInfo</h4>
15681575
<pre class="methodSignature">public static&nbsp;java.util.Map&nbsp;getCurrencyInfo&#8203;(java.lang.String&nbsp;currencyCode)</pre>
@@ -1575,6 +1582,20 @@ <h4>getCurrencyInfo</h4>
15751582
</dl>
15761583
</li>
15771584
</ul>
1585+
<a id="setLoggerLevel(int)">
1586+
<!-- -->
1587+
</a>
1588+
<ul class="blockListLast">
1589+
<li class="blockList">
1590+
<h4>setLoggerLevel</h4>
1591+
<pre class="methodSignature">public&nbsp;void&nbsp;setLoggerLevel&#8203;(int&nbsp;loggerLevel)</pre>
1592+
<div class="block">Sets the logger level of reporting.</div>
1593+
<dl>
1594+
<dt><span class="paramLabel">Parameters:</span></dt>
1595+
<dd><code>loggerLevel</code> - int BitPayLogger constant (OFF, INFO, WARN, ERR, DEBUG)</dd>
1596+
</dl>
1597+
</li>
1598+
</ul>
15781599
</li>
15791600
</ul>
15801601
</section>

apidocs/com/bitpay/sdk/Config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>Config</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.Tokens.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>Env.Tokens</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>Env</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillCreationException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>BillCreationException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>BillDeliveryException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Wed Feb 26 12:57:30 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Mar 25 13:29:15 CET 2020 -->
66
<title>BillException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-02-26">
8+
<meta name="dc.created" content="2020-03-25">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

0 commit comments

Comments
 (0)