From 03990d1ecb699caa47d7618982e5023c70895b85 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Mon, 19 Jan 2026 11:31:29 -0500 Subject: [PATCH 1/3] Bump version to 10.2.5, add Java 25 --- .github/workflows/build.yml | 2 +- pom.xml | 2 +- src/main/java/com/bitpay/sdk/Config.java | 2 +- src/test/java/com/bitpay/sdk/ConfigTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29f7ca8c3..52bf995d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - java-version: [8, 11, 17, 21, 23] + java-version: [8, 11, 17, 21, 23, 25] steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index ecc535767..435516777 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bitpay bitpay_sdk - 10.2.4 + 10.2.5 jar BitPay diff --git a/src/main/java/com/bitpay/sdk/Config.java b/src/main/java/com/bitpay/sdk/Config.java index 64f3a02fa..2f4d5b359 100644 --- a/src/main/java/com/bitpay/sdk/Config.java +++ b/src/main/java/com/bitpay/sdk/Config.java @@ -34,7 +34,7 @@ public class Config { /** * BitPay Plugin Info Version. */ - public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.2.4"; + public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.2.5"; /** * BitPay Api Frame. */ diff --git a/src/test/java/com/bitpay/sdk/ConfigTest.java b/src/test/java/com/bitpay/sdk/ConfigTest.java index 471c75e00..c4deb1e23 100644 --- a/src/test/java/com/bitpay/sdk/ConfigTest.java +++ b/src/test/java/com/bitpay/sdk/ConfigTest.java @@ -58,7 +58,7 @@ public void it_should_returns_bitpay_api_version() { @Test public void it_should_returns_bitpay_plugin_info() { - Assertions.assertTrue(Config.BITPAY_PLUGIN_INFO.contains("BitPay_Java_Client_v10.2.4")); + Assertions.assertTrue(Config.BITPAY_PLUGIN_INFO.contains("BitPay_Java_Client_v10.2.5")); } @Test From 39194a752b548dd80eece01fcc16e478e2bc02cd Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Mon, 19 Jan 2026 16:31:59 +0000 Subject: [PATCH 2/3] Update javadoc --- docs/BitPaySetup.html | 4 ++-- docs/allclasses-frame.html | 2 +- docs/allclasses-noframe.html | 2 +- docs/class-use/BitPaySetup.html | 4 ++-- docs/com/bitpay/sdk/Client.html | 4 ++-- docs/com/bitpay/sdk/Config.html | 4 ++-- docs/com/bitpay/sdk/ConfigFilePath.html | 4 ++-- docs/com/bitpay/sdk/Environment.html | 4 ++-- docs/com/bitpay/sdk/PosToken.html | 4 ++-- docs/com/bitpay/sdk/PrivateKey.html | 4 ++-- docs/com/bitpay/sdk/class-use/Client.html | 4 ++-- docs/com/bitpay/sdk/class-use/Config.html | 4 ++-- docs/com/bitpay/sdk/class-use/ConfigFilePath.html | 4 ++-- docs/com/bitpay/sdk/class-use/Environment.html | 4 ++-- docs/com/bitpay/sdk/class-use/PosToken.html | 4 ++-- docs/com/bitpay/sdk/class-use/PrivateKey.html | 4 ++-- docs/com/bitpay/sdk/client/AuthorizationClient.html | 4 ++-- docs/com/bitpay/sdk/client/BillClient.html | 4 ++-- docs/com/bitpay/sdk/client/BitPayClient.html | 4 ++-- docs/com/bitpay/sdk/client/CurrencyClient.html | 4 ++-- docs/com/bitpay/sdk/client/HttpRequestFactory.html | 4 ++-- docs/com/bitpay/sdk/client/HttpResponse.html | 4 ++-- docs/com/bitpay/sdk/client/HttpResponseProvider.html | 4 ++-- docs/com/bitpay/sdk/client/InvoiceClient.html | 4 ++-- docs/com/bitpay/sdk/client/LedgerClient.html | 4 ++-- docs/com/bitpay/sdk/client/PayoutClient.html | 4 ++-- docs/com/bitpay/sdk/client/PayoutGroupClient.html | 4 ++-- docs/com/bitpay/sdk/client/PayoutRecipientsClient.html | 4 ++-- docs/com/bitpay/sdk/client/RateClient.html | 4 ++-- docs/com/bitpay/sdk/client/RefundClient.html | 4 ++-- docs/com/bitpay/sdk/client/ResourceClient.html | 4 ++-- docs/com/bitpay/sdk/client/ResponseParser.html | 4 ++-- docs/com/bitpay/sdk/client/SettlementClient.html | 4 ++-- docs/com/bitpay/sdk/client/WalletClient.html | 4 ++-- .../bitpay/sdk/client/class-use/AuthorizationClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/BillClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/BitPayClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/CurrencyClient.html | 4 ++-- .../com/bitpay/sdk/client/class-use/HttpRequestFactory.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/HttpResponse.html | 4 ++-- .../bitpay/sdk/client/class-use/HttpResponseProvider.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/InvoiceClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/LedgerClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/PayoutClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html | 4 ++-- .../bitpay/sdk/client/class-use/PayoutRecipientsClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/RateClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/RefundClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/ResourceClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/ResponseParser.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/SettlementClient.html | 4 ++-- docs/com/bitpay/sdk/client/class-use/WalletClient.html | 4 ++-- docs/com/bitpay/sdk/client/package-frame.html | 2 +- docs/com/bitpay/sdk/client/package-summary.html | 4 ++-- docs/com/bitpay/sdk/client/package-tree.html | 4 ++-- docs/com/bitpay/sdk/client/package-use.html | 4 ++-- docs/com/bitpay/sdk/exceptions/BitPayApiException.html | 4 ++-- docs/com/bitpay/sdk/exceptions/BitPayException.html | 4 ++-- docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html | 4 ++-- docs/com/bitpay/sdk/exceptions/BitPayGenericException.html | 4 ++-- .../bitpay/sdk/exceptions/BitPayValidationException.html | 4 ++-- .../bitpay/sdk/exceptions/class-use/BitPayApiException.html | 4 ++-- .../bitpay/sdk/exceptions/class-use/BitPayException.html | 4 ++-- .../sdk/exceptions/class-use/BitPayExceptionProvider.html | 4 ++-- .../sdk/exceptions/class-use/BitPayGenericException.html | 4 ++-- .../sdk/exceptions/class-use/BitPayValidationException.html | 4 ++-- docs/com/bitpay/sdk/exceptions/package-frame.html | 2 +- docs/com/bitpay/sdk/exceptions/package-summary.html | 4 ++-- docs/com/bitpay/sdk/exceptions/package-tree.html | 4 ++-- docs/com/bitpay/sdk/exceptions/package-use.html | 4 ++-- docs/com/bitpay/sdk/logger/BitPayLogger.html | 4 ++-- docs/com/bitpay/sdk/logger/EmptyLogger.html | 4 ++-- docs/com/bitpay/sdk/logger/LoggerProvider.html | 4 ++-- docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html | 4 ++-- docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html | 4 ++-- docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html | 4 ++-- docs/com/bitpay/sdk/logger/package-frame.html | 2 +- docs/com/bitpay/sdk/logger/package-summary.html | 4 ++-- docs/com/bitpay/sdk/logger/package-tree.html | 4 ++-- docs/com/bitpay/sdk/logger/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/Currency.html | 4 ++-- docs/com/bitpay/sdk/model/Facade.html | 4 ++-- docs/com/bitpay/sdk/model/ModelConfiguration.html | 4 ++-- docs/com/bitpay/sdk/model/Policy.html | 4 ++-- docs/com/bitpay/sdk/model/Token.html | 4 ++-- docs/com/bitpay/sdk/model/bill/Bill.html | 4 ++-- docs/com/bitpay/sdk/model/bill/BillStatus.html | 4 ++-- docs/com/bitpay/sdk/model/bill/Item.html | 4 ++-- docs/com/bitpay/sdk/model/bill/class-use/Bill.html | 4 ++-- docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html | 4 ++-- docs/com/bitpay/sdk/model/bill/class-use/Item.html | 4 ++-- docs/com/bitpay/sdk/model/bill/package-frame.html | 2 +- docs/com/bitpay/sdk/model/bill/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/bill/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/bill/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/class-use/Currency.html | 4 ++-- docs/com/bitpay/sdk/model/class-use/Facade.html | 4 ++-- docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html | 4 ++-- docs/com/bitpay/sdk/model/class-use/Policy.html | 4 ++-- docs/com/bitpay/sdk/model/class-use/Token.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/Buyer.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/Invoice.html | 4 ++-- .../bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html | 4 ++-- .../bitpay/sdk/model/invoice/InvoiceItemizedDetails.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html | 4 ++-- .../com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/MinerFees.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/Refund.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/RefundInfo.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/RefundStatus.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/RefundWebhook.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/Shopper.html | 4 ++-- .../sdk/model/invoice/SupportedTransactionCurrencies.html | 4 ++-- .../sdk/model/invoice/SupportedTransactionCurrency.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html | 4 ++-- .../model/invoice/class-use/InvoiceBuyerProvidedInfo.html | 4 ++-- .../sdk/model/invoice/class-use/InvoiceEventToken.html | 4 ++-- .../sdk/model/invoice/class-use/InvoiceItemizedDetails.html | 4 ++-- .../sdk/model/invoice/class-use/InvoiceRefundAddress.html | 4 ++-- .../bitpay/sdk/model/invoice/class-use/InvoiceStatus.html | 4 ++-- .../sdk/model/invoice/class-use/InvoiceTransaction.html | 4 ++-- .../sdk/model/invoice/class-use/InvoiceUniversalCodes.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html | 4 ++-- .../bitpay/sdk/model/invoice/class-use/MinerFeesItem.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/class-use/Refund.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html | 4 ++-- .../bitpay/sdk/model/invoice/class-use/RefundStatus.html | 4 ++-- .../bitpay/sdk/model/invoice/class-use/RefundWebhook.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html | 4 ++-- .../invoice/class-use/SupportedTransactionCurrencies.html | 4 ++-- .../invoice/class-use/SupportedTransactionCurrency.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/package-frame.html | 2 +- docs/com/bitpay/sdk/model/invoice/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/invoice/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/Buyer.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/Ledger.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/LedgerEntry.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/package-frame.html | 2 +- docs/com/bitpay/sdk/model/ledger/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/ledger/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/package-frame.html | 2 +- docs/com/bitpay/sdk/model/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/payout/Payout.html | 4 ++-- docs/com/bitpay/sdk/model/payout/PayoutGroup.html | 4 ++-- docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html | 4 ++-- docs/com/bitpay/sdk/model/payout/PayoutRecipient.html | 4 ++-- docs/com/bitpay/sdk/model/payout/PayoutRecipients.html | 4 ++-- docs/com/bitpay/sdk/model/payout/PayoutStatus.html | 4 ++-- docs/com/bitpay/sdk/model/payout/PayoutTransaction.html | 4 ++-- docs/com/bitpay/sdk/model/payout/RecipientStatus.html | 4 ++-- docs/com/bitpay/sdk/model/payout/class-use/Payout.html | 4 ++-- docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html | 4 ++-- .../sdk/model/payout/class-use/PayoutGroupFailed.html | 4 ++-- .../bitpay/sdk/model/payout/class-use/PayoutRecipient.html | 4 ++-- .../bitpay/sdk/model/payout/class-use/PayoutRecipients.html | 4 ++-- .../com/bitpay/sdk/model/payout/class-use/PayoutStatus.html | 4 ++-- .../sdk/model/payout/class-use/PayoutTransaction.html | 4 ++-- .../bitpay/sdk/model/payout/class-use/RecipientStatus.html | 4 ++-- docs/com/bitpay/sdk/model/payout/package-frame.html | 2 +- docs/com/bitpay/sdk/model/payout/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/payout/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/payout/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/rate/Rate.html | 4 ++-- docs/com/bitpay/sdk/model/rate/Rates.html | 4 ++-- docs/com/bitpay/sdk/model/rate/class-use/Rate.html | 4 ++-- docs/com/bitpay/sdk/model/rate/class-use/Rates.html | 4 ++-- docs/com/bitpay/sdk/model/rate/package-frame.html | 2 +- docs/com/bitpay/sdk/model/rate/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/rate/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/rate/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/InvoiceData.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/PayoutInfo.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/RefundInfo.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/Settlement.html | 4 ++-- .../bitpay/sdk/model/settlement/SettlementLedgerEntry.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/WithHoldings.html | 4 ++-- .../bitpay/sdk/model/settlement/class-use/InvoiceData.html | 4 ++-- .../bitpay/sdk/model/settlement/class-use/PayoutInfo.html | 4 ++-- .../bitpay/sdk/model/settlement/class-use/RefundInfo.html | 4 ++-- .../bitpay/sdk/model/settlement/class-use/Settlement.html | 4 ++-- .../model/settlement/class-use/SettlementLedgerEntry.html | 4 ++-- .../bitpay/sdk/model/settlement/class-use/WithHoldings.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/package-frame.html | 2 +- docs/com/bitpay/sdk/model/settlement/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/settlement/package-use.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/Currencies.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/CurrencyQr.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/Wallet.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/package-frame.html | 2 +- docs/com/bitpay/sdk/model/wallet/package-summary.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/package-tree.html | 4 ++-- docs/com/bitpay/sdk/model/wallet/package-use.html | 4 ++-- docs/com/bitpay/sdk/package-frame.html | 2 +- docs/com/bitpay/sdk/package-summary.html | 4 ++-- docs/com/bitpay/sdk/package-tree.html | 4 ++-- docs/com/bitpay/sdk/package-use.html | 4 ++-- docs/com/bitpay/sdk/util/BitPayLogger.html | 4 ++-- docs/com/bitpay/sdk/util/GuidGenerator.html | 4 ++-- docs/com/bitpay/sdk/util/JsonMapperFactory.html | 4 ++-- docs/com/bitpay/sdk/util/KeyUtils.html | 4 ++-- docs/com/bitpay/sdk/util/ParameterAdder.html | 4 ++-- docs/com/bitpay/sdk/util/TokenContainer.html | 4 ++-- docs/com/bitpay/sdk/util/class-use/BitPayLogger.html | 4 ++-- docs/com/bitpay/sdk/util/class-use/GuidGenerator.html | 4 ++-- docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html | 4 ++-- docs/com/bitpay/sdk/util/class-use/KeyUtils.html | 4 ++-- docs/com/bitpay/sdk/util/class-use/ParameterAdder.html | 4 ++-- docs/com/bitpay/sdk/util/class-use/TokenContainer.html | 4 ++-- docs/com/bitpay/sdk/util/package-frame.html | 2 +- docs/com/bitpay/sdk/util/package-summary.html | 4 ++-- docs/com/bitpay/sdk/util/package-tree.html | 4 ++-- docs/com/bitpay/sdk/util/package-use.html | 4 ++-- .../util/serializer/Iso8601ToZonedDateTimeDeserializer.html | 4 ++-- .../util/serializer/ZonedDateTimeToIso8601Serializer.html | 4 ++-- .../class-use/Iso8601ToZonedDateTimeDeserializer.html | 4 ++-- .../class-use/ZonedDateTimeToIso8601Serializer.html | 4 ++-- docs/com/bitpay/sdk/util/serializer/package-frame.html | 2 +- docs/com/bitpay/sdk/util/serializer/package-summary.html | 4 ++-- docs/com/bitpay/sdk/util/serializer/package-tree.html | 4 ++-- docs/com/bitpay/sdk/util/serializer/package-use.html | 4 ++-- docs/constant-values.html | 6 +++--- docs/deprecated-list.html | 4 ++-- docs/help-doc.html | 4 ++-- docs/index-all.html | 4 ++-- docs/index.html | 2 +- docs/overview-frame.html | 2 +- docs/overview-summary.html | 6 +++--- docs/overview-tree.html | 4 ++-- docs/package-frame.html | 2 +- docs/package-summary.html | 4 ++-- docs/package-tree.html | 4 ++-- docs/package-use.html | 4 ++-- docs/serialized-form.html | 4 ++-- 249 files changed, 481 insertions(+), 481 deletions(-) diff --git a/docs/BitPaySetup.html b/docs/BitPaySetup.html index 55e5349cf..426ea95a4 100644 --- a/docs/BitPaySetup.html +++ b/docs/BitPaySetup.html @@ -4,7 +4,7 @@ -BitPaySetup (BitPay 10.2.4 API) +BitPaySetup (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 93d40836e..70b8897a5 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -4,7 +4,7 @@ -All Classes (BitPay 10.2.4 API) +All Classes (BitPay 10.2.5 API) diff --git a/docs/class-use/BitPaySetup.html b/docs/class-use/BitPaySetup.html index 433d914b6..b77160206 100644 --- a/docs/class-use/BitPaySetup.html +++ b/docs/class-use/BitPaySetup.html @@ -4,7 +4,7 @@ -Uses of Class BitPaySetup (BitPay 10.2.4 API) +Uses of Class BitPaySetup (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/client/package-summary.html b/docs/com/bitpay/sdk/client/package-summary.html index ed2fe3845..d1ab22f40 100644 --- a/docs/com/bitpay/sdk/client/package-summary.html +++ b/docs/com/bitpay/sdk/client/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.client (BitPay 10.2.4 API) +com.bitpay.sdk.client (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/exceptions/package-summary.html b/docs/com/bitpay/sdk/exceptions/package-summary.html index 4fddd8d05..24e0b6b00 100644 --- a/docs/com/bitpay/sdk/exceptions/package-summary.html +++ b/docs/com/bitpay/sdk/exceptions/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.exceptions (BitPay 10.2.4 API) +com.bitpay.sdk.exceptions (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/logger/package-summary.html b/docs/com/bitpay/sdk/logger/package-summary.html index d90708e83..4593fea65 100644 --- a/docs/com/bitpay/sdk/logger/package-summary.html +++ b/docs/com/bitpay/sdk/logger/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.logger (BitPay 10.2.4 API) +com.bitpay.sdk.logger (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/bill/package-summary.html b/docs/com/bitpay/sdk/model/bill/package-summary.html index f4c7a84dd..46f99a278 100644 --- a/docs/com/bitpay/sdk/model/bill/package-summary.html +++ b/docs/com/bitpay/sdk/model/bill/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.bill (BitPay 10.2.4 API) +com.bitpay.sdk.model.bill (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/invoice/package-summary.html b/docs/com/bitpay/sdk/model/invoice/package-summary.html index ddad29bcb..7ddf3cfc5 100644 --- a/docs/com/bitpay/sdk/model/invoice/package-summary.html +++ b/docs/com/bitpay/sdk/model/invoice/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.invoice (BitPay 10.2.4 API) +com.bitpay.sdk.model.invoice (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/ledger/package-summary.html b/docs/com/bitpay/sdk/model/ledger/package-summary.html index 10a2d8aa1..8cfb09ee9 100644 --- a/docs/com/bitpay/sdk/model/ledger/package-summary.html +++ b/docs/com/bitpay/sdk/model/ledger/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.ledger (BitPay 10.2.4 API) +com.bitpay.sdk.model.ledger (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/package-summary.html b/docs/com/bitpay/sdk/model/package-summary.html index 6850fab50..e4bce3225 100644 --- a/docs/com/bitpay/sdk/model/package-summary.html +++ b/docs/com/bitpay/sdk/model/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model (BitPay 10.2.4 API) +com.bitpay.sdk.model (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/payout/package-summary.html b/docs/com/bitpay/sdk/model/payout/package-summary.html index f2b339e3f..c71feecff 100644 --- a/docs/com/bitpay/sdk/model/payout/package-summary.html +++ b/docs/com/bitpay/sdk/model/payout/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.payout (BitPay 10.2.4 API) +com.bitpay.sdk.model.payout (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/rate/package-summary.html b/docs/com/bitpay/sdk/model/rate/package-summary.html index 32db2cd2c..321df1b4d 100644 --- a/docs/com/bitpay/sdk/model/rate/package-summary.html +++ b/docs/com/bitpay/sdk/model/rate/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.rate (BitPay 10.2.4 API) +com.bitpay.sdk.model.rate (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/settlement/package-summary.html b/docs/com/bitpay/sdk/model/settlement/package-summary.html index 0e6707878..e6e9a70b5 100644 --- a/docs/com/bitpay/sdk/model/settlement/package-summary.html +++ b/docs/com/bitpay/sdk/model/settlement/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.settlement (BitPay 10.2.4 API) +com.bitpay.sdk.model.settlement (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/model/wallet/package-summary.html b/docs/com/bitpay/sdk/model/wallet/package-summary.html index 6aaa07e4b..6529d87b1 100644 --- a/docs/com/bitpay/sdk/model/wallet/package-summary.html +++ b/docs/com/bitpay/sdk/model/wallet/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.model.wallet (BitPay 10.2.4 API) +com.bitpay.sdk.model.wallet (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/package-summary.html b/docs/com/bitpay/sdk/package-summary.html index 50ea48d66..d12490e50 100644 --- a/docs/com/bitpay/sdk/package-summary.html +++ b/docs/com/bitpay/sdk/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk (BitPay 10.2.4 API) +com.bitpay.sdk (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/util/package-summary.html b/docs/com/bitpay/sdk/util/package-summary.html index c1ad5dc26..216e6a2f7 100644 --- a/docs/com/bitpay/sdk/util/package-summary.html +++ b/docs/com/bitpay/sdk/util/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.util (BitPay 10.2.4 API) +com.bitpay.sdk.util (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/com/bitpay/sdk/util/serializer/package-summary.html b/docs/com/bitpay/sdk/util/serializer/package-summary.html index 161fc2d65..85e45358e 100644 --- a/docs/com/bitpay/sdk/util/serializer/package-summary.html +++ b/docs/com/bitpay/sdk/util/serializer/package-summary.html @@ -4,7 +4,7 @@ -com.bitpay.sdk.util.serializer (BitPay 10.2.4 API) +com.bitpay.sdk.util.serializer (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/overview-summary.html b/docs/overview-summary.html index bca50eeae..09e838956 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -4,7 +4,7 @@ -Overview (BitPay 10.2.4 API) +Overview (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/package-summary.html b/docs/package-summary.html index 81cbf6295..1e2378b24 100644 --- a/docs/package-summary.html +++ b/docs/package-summary.html @@ -4,7 +4,7 @@ - (BitPay 10.2.4 API) + (BitPay 10.2.5 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@