Changeset 3021151
- Timestamp:
- 01/12/2024 09:14:44 PM (2 years ago)
- Location:
- bitpay-checkout-for-woocommerce/tags/5.3.2
- Files:
-
- 1046 added
-
. (added)
-
BitPayLib (added)
-
BitPayLib/class-bitpaycancelorder.php (added)
-
BitPayLib/class-bitpaycart.php (added)
-
BitPayLib/class-bitpaycheckouttransactions.php (added)
-
BitPayLib/class-bitpayclientfactory.php (added)
-
BitPayLib/class-bitpayinvoicecreate.php (added)
-
BitPayLib/class-bitpayipnprocess.php (added)
-
BitPayLib/class-bitpaylogger.php (added)
-
BitPayLib/class-bitpaypages.php (added)
-
BitPayLib/class-bitpaypaymentsettings.php (added)
-
BitPayLib/class-bitpaypluginsetup.php (added)
-
BitPayLib/class-wcgatewaybitpay.php (added)
-
BitPayLib/trait-wpdbhelper.php (added)
-
CHANGELOG.md (added)
-
LICENSE (added)
-
README.md (added)
-
assets (added)
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-10.png (added)
-
assets/screenshot-11.png (added)
-
assets/screenshot-12.png (added)
-
assets/screenshot-13.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
assets/screenshot-6.png (added)
-
assets/screenshot-7.png (added)
-
assets/screenshot-8.png (added)
-
assets/screenshot-9.png (added)
-
bitpay.css (added)
-
build (added)
-
build/BitPayLib (added)
-
build/BitPayLib/class-bitpaycancelorder.php (added)
-
build/BitPayLib/class-bitpaycart.php (added)
-
build/BitPayLib/class-bitpaycheckouttransactions.php (added)
-
build/BitPayLib/class-bitpayclientfactory.php (added)
-
build/BitPayLib/class-bitpayinvoicecreate.php (added)
-
build/BitPayLib/class-bitpayipnprocess.php (added)
-
build/BitPayLib/class-bitpaylogger.php (added)
-
build/BitPayLib/class-bitpaypages.php (added)
-
build/BitPayLib/class-bitpaypaymentsettings.php (added)
-
build/BitPayLib/class-bitpaypluginsetup.php (added)
-
build/BitPayLib/class-wcgatewaybitpay.php (added)
-
build/BitPayLib/trait-wpdbhelper.php (added)
-
build/composer.json (added)
-
build/vendor (added)
-
build/vendor/autoload.php (added)
-
build/vendor/bin (added)
-
build/vendor/bin/yaml-lint (added)
-
build/vendor/bitpay (added)
-
build/vendor/bitpay/key-utils (added)
-
build/vendor/bitpay/key-utils/examples.php (added)
-
build/vendor/bitpay/key-utils/phpunit.xml (added)
-
build/vendor/bitpay/key-utils/ruleset.xml (added)
-
build/vendor/bitpay/key-utils/src (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/KeyHelper (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/KeyHelper/Key.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/KeyHelper/KeyInterface.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/KeyHelper/PrivateKey.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/KeyHelper/PublicKey.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/KeyHelper/SinKey.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Math (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Math/BcEngine.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Math/EngineInterface.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Math/GmpEngine.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Math/Math.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Storage (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Storage/EncryptedFilesystemStorage.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Storage/FilesystemStorage.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Storage/StorageInterface.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/Base58.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/CurveParameterInterface.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/Error.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/Fingerprint.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/Point.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/PointInterface.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/Secp256k1.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/SecureRandom.php (added)
-
build/vendor/bitpay/key-utils/src/BitPayKeyUtils/Util/Util.php (added)
-
build/vendor/bitpay/key-utils/test (added)
-
build/vendor/bitpay/key-utils/test/unit (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/KeyHelper (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/KeyHelper/KeyTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/KeyHelper/PrivateKeyTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/KeyHelper/PublicKeyTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/KeyHelper/SinKeyTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Math (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Math/BcEngineTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Math/GmpEngineTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Math/MathTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage/EncryptedFilesystemStorageTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage/FilesystemStorageTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage/test1.txt (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage/test11.txt (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage/test3.txt (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Storage/test4.txt (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/Base58Test.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/ErrorTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/FingerprintTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/PointTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/Secp256k1Test.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/SecureRandomTest.php (added)
-
build/vendor/bitpay/key-utils/test/unit/BitPayKeyUtils/Util/UtilTest.php (added)
-
build/vendor/bitpay/sdk (added)
-
build/vendor/bitpay/sdk/docs (added)
-
build/vendor/bitpay/sdk/docs/classes (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-BillClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-InvoiceClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-LedgerClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-PayoutClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-PayoutRecipientsClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-RateClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-RefundClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-SettlementClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-TokenClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client-WalletClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Client.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Env.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BillCreationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BillDeliveryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BillException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BillQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BillUpdateException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BitPayException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-CurrencyException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-CurrencyQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-InvoiceCancellationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-InvoiceCreationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-InvoiceException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-InvoicePaymentException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-InvoiceQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-InvoiceUpdateException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-LedgerException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-LedgerQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutBatchCancellationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutBatchCreationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutBatchException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutBatchNotificationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutBatchQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutCancellationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutCreationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutNotificationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutRecipientCancellationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutRecipientCreationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutRecipientException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutRecipientNotificationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutRecipientQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutRecipientUpdateException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-PayoutUpdateException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RateException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RateQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RefundCancellationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RefundCreationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RefundException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RefundNotificationException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RefundQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-RefundUpdateException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-SettlementException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-SettlementQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-WalletException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-WalletQueryException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-AbstractClientTestCase.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-BillClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-Config.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-InvoiceClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-LedgerClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-PayoutClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-PayoutRecipientsClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-RateClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-RefundClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-SettlementsClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-TokenClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Functional-WalletClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Bill-Bill.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Bill-BillStatus.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Bill-Item.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Currency.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Facade.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-Buyer.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-BuyerProvidedInfo.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-Invoice.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-InvoiceStatus.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-ItemizedDetails.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-MinerFees.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-MinerFeesItem.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-Refund.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-RefundInfo.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-RefundStatus.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-RefundWebhook.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-Shopper.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-SupportedTransactionCurrencies.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-SupportedTransactionCurrency.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-UniversalCodes.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Ledger-Buyer.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Ledger-Ledger.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Ledger-LedgerEntry.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-Payout.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-PayoutGroup.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-PayoutGroupFailed.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-PayoutRecipient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-PayoutRecipients.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-PayoutStatus.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-PayoutTransaction.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-RecipientReferenceMethod.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Payout-RecipientStatus.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Rate-Rate.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Rate-Rates.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Settlement-InvoiceData.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Settlement-PayoutInfo.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Settlement-RefundInfo.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Settlement-Settlement.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Settlement-SettlementLedgerEntry.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Settlement-WithHoldings.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Wallet-Currencies.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Wallet-CurrencyQr.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Wallet-Wallet.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-PosClient.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-ClientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-BillCreationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-BillDeliveryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-BillExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-BillQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-BillUpdateExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-BitPayExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-CurrencyExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-CurrencyQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-InvoiceCancellationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-InvoiceCreationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-InvoiceExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-InvoicePaymentExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-InvoiceQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-InvoiceUpdateExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-LedgerExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-LedgerQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutBatchCancellationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutBatchCreationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutBatchExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutBatchNotificationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutBatchQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutCancellationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutCreationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutNotificationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutRecipientCancellationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutRecipientCreationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutRecipientExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutRecipientNotificationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutRecipientQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutRecipientUpdateExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-PayoutUpdateExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RateExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RateQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RefundCancellationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RefundCreationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RefundExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RefundNotificationExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RefundQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-RefundUpdateExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-SettlementExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-SettlementQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-WalletExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Exceptions-WalletQueryExceptionTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Bill-BillTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Bill-ItemTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-CurrencyTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-BuyerProvidedInfoTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-BuyerTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-InvoiceTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-ItemizedDetailsTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-MinerFeesItemTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-MinerFeesTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-RefundInfoTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-RefundTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-RefundWebhookTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-ShopperTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-SupportedTransactionCurrenciesTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-SupportedTransactionCurrencyTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Invoice-UniversalCodesTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Ledger-BuyerTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Ledger-LedgerEntryTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Ledger-LedgerTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Payout-PayoutRecipientTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Payout-PayoutRecipientsTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Payout-PayoutTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Rate-RateTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Rate-RatesTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Settlement-InvoiceDataTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Settlement-PayoutInfoTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Settlement-RefundInfoTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Settlement-SettlementLedgerEntryTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Settlement-SettlementTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Settlement-WithHoldingsTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Wallet-CurrenciesTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Wallet-CurrencyQrTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-Model-Wallet-WalletTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Test-TokensTest.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Tokens.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Util-JsonMapperFactory.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Util-RESTcli-RESTcli.html (added)
-
build/vendor/bitpay/sdk/docs/css (added)
-
build/vendor/bitpay/sdk/docs/css/base.css (added)
-
build/vendor/bitpay/sdk/docs/css/normalize.css (added)
-
build/vendor/bitpay/sdk/docs/css/template.css (added)
-
build/vendor/bitpay/sdk/docs/files (added)
-
build/vendor/bitpay/sdk/docs/files/setup-configgenerator.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-billclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-invoiceclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-ledgerclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-payoutclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-payoutrecipientsclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-rateclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-refundclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-settlementclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-tokenclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client-walletclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-client.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-env.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-billcreationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-billdeliveryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-billexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-billqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-billupdateexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-bitpayexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-currencyexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-currencyqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-invoicecancellationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-invoicecreationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-invoiceexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-invoicepaymentexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-invoicequeryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-invoiceupdateexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-ledgerexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-ledgerqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutbatchcancellationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutbatchcreationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutbatchexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutbatchnotificationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutbatchqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutcancellationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutcreationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutnotificationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutrecipientcancellationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutrecipientcreationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutrecipientexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutrecipientnotificationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutrecipientqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutrecipientupdateexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-payoutupdateexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-rateexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-ratequeryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-refundcancellationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-refundcreationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-refundexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-refundnotificationexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-refundqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-refundupdateexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-settlementexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-settlementqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-walletexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-walletqueryexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-bill-bill.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-bill-billstatus.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-bill-item.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-currency.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-facade.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-buyer.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-buyerprovidedinfo.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-invoice.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-invoicestatus.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-itemizeddetails.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-minerfees.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-minerfeesitem.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-refund.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-refundinfo.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-refundstatus.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-refundwebhook.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-shopper.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-supportedtransactioncurrencies.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-supportedtransactioncurrency.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-universalcodes.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-ledger-buyer.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-ledger-ledger.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-ledger-ledgerentry.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payout.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payoutgroup.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payoutgroupfailed.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payoutrecipient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payoutrecipients.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payoutstatus.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-payouttransaction.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-recipientreferencemethod.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-payout-recipientstatus.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-rate-rate.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-rate-rates.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-settlement-invoicedata.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-settlement-payoutinfo.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-settlement-refundinfo.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-settlement-settlement.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-settlement-settlementledgerentry.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-settlement-withholdings.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-wallet-currencies.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-wallet-currencyqr.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-wallet-wallet.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-posclient.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-tokens.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-util-jsonmapperfactory.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-util-restcli-restcli.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-abstractclienttestcase.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-billclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-config.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-invoiceclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-ledgerclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-payoutclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-payoutrecipientsclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-rateclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-refundclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-settlementsclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-tokenclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-functional-bitpaysdk-walletclienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-clienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-billcreationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-billdeliveryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-billexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-billqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-billupdateexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-bitpayexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-currencyexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-currencyqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-invoicecancellationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-invoicecreationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-invoiceexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-invoicepaymentexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-invoicequeryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-invoiceupdateexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-ledgerexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-ledgerqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutbatchcancellationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutbatchcreationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutbatchexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutbatchnotificationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutbatchqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutcancellationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutcreationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutnotificationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutrecipientcancellationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutrecipientcreationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutrecipientexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutrecipientnotificationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutrecipientqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutrecipientupdateexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-payoutupdateexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-rateexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-ratequeryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-refundcancellationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-refundcreationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-refundexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-refundnotificationexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-refundqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-refundupdateexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-settlementexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-settlementqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-walletexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-exceptions-walletqueryexceptiontest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-bill-billtest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-bill-itemtest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-currencytest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-buyerprovidedinfotest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-buyertest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-invoicetest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-itemizeddetailstest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-minerfeesitemtest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-minerfeestest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-refundinfotest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-refundtest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-refundwebhooktest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-shoppertest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-supportedtransactioncurrenciestest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-supportedtransactioncurrencytest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-invoice-universalcodestest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-ledger-buyertest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-ledger-ledgerentrytest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-ledger-ledgertest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-payout-payoutrecipientstest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-payout-payoutrecipienttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-payout-payouttest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-rate-ratestest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-rate-ratetest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-settlement-invoicedatatest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-settlement-payoutinfotest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-settlement-refundinfotest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-settlement-settlementledgerentrytest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-settlement-settlementtest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-settlement-withholdingstest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-wallet-currenciestest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-wallet-currencyqrtest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-model-wallet-wallettest.html (added)
-
build/vendor/bitpay/sdk/docs/files/test-unit-bitpaysdk-tokenstest.html (added)
-
build/vendor/bitpay/sdk/docs/graphs (added)
-
build/vendor/bitpay/sdk/docs/graphs/classes.html (added)
-
build/vendor/bitpay/sdk/docs/index.html (added)
-
build/vendor/bitpay/sdk/docs/indices (added)
-
build/vendor/bitpay/sdk/docs/indices/files.html (added)
-
build/vendor/bitpay/sdk/docs/js (added)
-
build/vendor/bitpay/sdk/docs/js/search.js (added)
-
build/vendor/bitpay/sdk/docs/js/searchIndex.js (added)
-
build/vendor/bitpay/sdk/docs/js/template.js (added)
-
build/vendor/bitpay/sdk/docs/namespaces (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-client.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-exceptions.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-functional.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-bill.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-invoice.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-ledger.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-payout.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-rate.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-settlement.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model-wallet.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-model.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-exceptions.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-bill.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-invoice.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-ledger.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-payout.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-rate.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-settlement.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model-wallet.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test-model.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-test.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-util-restcli.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk-util.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/bitpaysdk.html (added)
-
build/vendor/bitpay/sdk/docs/namespaces/default.html (added)
-
build/vendor/bitpay/sdk/docs/packages (added)
-
build/vendor/bitpay/sdk/docs/packages/Application.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Client.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Exceptions.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Bill.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Currencies.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Invoice.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Ledger.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Payout.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Rate.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model-Settlement.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Model.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Util-RESTcli.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK-Util.html (added)
-
build/vendor/bitpay/sdk/docs/packages/BitPaySDK.html (added)
-
build/vendor/bitpay/sdk/docs/packages/Bitpay.html (added)
-
build/vendor/bitpay/sdk/docs/packages/Bitpaylight.html (added)
-
build/vendor/bitpay/sdk/docs/packages/default.html (added)
-
build/vendor/bitpay/sdk/docs/reports (added)
-
build/vendor/bitpay/sdk/docs/reports/deprecated.html (added)
-
build/vendor/bitpay/sdk/docs/reports/errors.html (added)
-
build/vendor/bitpay/sdk/docs/reports/markers.html (added)
-
build/vendor/bitpay/sdk/phpunit.xml (added)
-
build/vendor/bitpay/sdk/ruleset.xml (added)
-
build/vendor/bitpay/sdk/setup (added)
-
build/vendor/bitpay/sdk/setup/BitPay.config-example.json (added)
-
build/vendor/bitpay/sdk/setup/BitPay.config-example.yml (added)
-
build/vendor/bitpay/sdk/setup/ConfigGenerator.php (added)
-
build/vendor/bitpay/sdk/src (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/BillClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/InvoiceClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/LedgerClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/PayoutClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/PayoutRecipientsClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/RateClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/RefundClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/SettlementClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/TokenClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Client/WalletClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Env.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BillCreationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BillDeliveryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BillException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BillQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BillUpdateException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BitPayException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/CurrencyException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/CurrencyQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/InvoiceCancellationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/InvoiceCreationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/InvoiceException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/InvoicePaymentException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/InvoiceQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/InvoiceUpdateException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/LedgerException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/LedgerQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutBatchCancellationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutBatchCreationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutBatchException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutBatchNotificationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutBatchQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutCancellationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutCreationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutNotificationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutRecipientCancellationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutRecipientCreationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutRecipientException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutRecipientNotificationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutRecipientQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutRecipientUpdateException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/PayoutUpdateException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RateException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RateQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RefundCancellationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RefundCreationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RefundException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RefundNotificationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RefundQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/RefundUpdateException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/SettlementException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/SettlementQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/WalletException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/WalletQueryException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Bill (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Bill/Bill.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Bill/BillStatus.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Bill/Item.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Currency.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Facade.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/Buyer.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/BuyerProvidedInfo.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/Invoice.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/InvoiceStatus.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/ItemizedDetails.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/MinerFees.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/MinerFeesItem.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/Refund.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/RefundInfo.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/RefundStatus.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/RefundWebhook.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/Shopper.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/SupportedTransactionCurrencies.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/SupportedTransactionCurrency.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/UniversalCodes.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Ledger (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Ledger/Buyer.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Ledger/Ledger.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Ledger/LedgerEntry.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/Payout.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/PayoutGroup.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/PayoutGroupFailed.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/PayoutRecipient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/PayoutRecipients.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/PayoutStatus.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/PayoutTransaction.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/RecipientReferenceMethod.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Payout/RecipientStatus.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Rate (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Rate/Rate.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Rate/Rates.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement/InvoiceData.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement/PayoutInfo.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement/RefundInfo.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement/Settlement.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement/SettlementLedgerEntry.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Settlement/WithHoldings.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Wallet (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Wallet/Currencies.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Wallet/CurrencyQr.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Wallet/Wallet.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/PosClient.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Tokens.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Util (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Util/JsonMapperFactory.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Util/RESTcli (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Util/RESTcli/RESTcli.php (added)
-
build/vendor/bitpay/sdk/test (added)
-
build/vendor/bitpay/sdk/test/functional (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/AbstractClientTestCase.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/BillClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/Config.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/InvoiceClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/LedgerClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/PayoutClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/PayoutRecipientsClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/RateClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/RefundClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/SettlementsClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/TokenClientTest.php (added)
-
build/vendor/bitpay/sdk/test/functional/BitPaySDK/WalletClientTest.php (added)
-
build/vendor/bitpay/sdk/test/unit (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/BitPay.config-unit.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/BitPay.config-unit.yml (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/ClientTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/BillCreationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/BillDeliveryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/BillExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/BillQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/BillUpdateExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/BitPayExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/CurrencyExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/CurrencyQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/InvoiceCancellationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/InvoiceCreationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/InvoiceExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/InvoicePaymentExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/InvoiceQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/InvoiceUpdateExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/LedgerExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/LedgerQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutBatchCancellationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutBatchCreationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutBatchExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutBatchNotificationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutBatchQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutCancellationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutCreationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutNotificationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutRecipientCancellationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutRecipientCreationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutRecipientExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutRecipientNotificationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutRecipientQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutRecipientUpdateExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/PayoutUpdateExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RateExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RateQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RefundCancellationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RefundCreationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RefundExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RefundNotificationExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RefundQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/RefundUpdateExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/SettlementExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/SettlementQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/WalletExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Exceptions/WalletQueryExceptionTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Bill (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Bill/BillTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Bill/ItemTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/CurrencyTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/BuyerProvidedInfoTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/BuyerTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/InvoiceTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/ItemizedDetailsTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/MinerFeesItemTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/MinerFeesTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/RefundInfoTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/RefundTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/RefundWebhookTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/ShopperTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/SupportedTransactionCurrenciesTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/SupportedTransactionCurrencyTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Invoice/UniversalCodesTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Ledger (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Ledger/BuyerTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Ledger/LedgerEntryTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Ledger/LedgerTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Payout (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Payout/PayoutRecipientTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Payout/PayoutRecipientsTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Payout/PayoutTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Rate (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Rate/RateTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Rate/RatesTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement/InvoiceDataTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement/PayoutInfoTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement/RefundInfoTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement/SettlementLedgerEntryTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement/SettlementTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Settlement/WithHoldingsTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Wallet (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Wallet/CurrenciesTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Wallet/CurrencyQrTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Wallet/WalletTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/PrivateKeyNameUnit.key (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/TokensTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/bitpay_private_test.key (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/cancelPayoutGroupResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/createPayoutGroupRequest.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/createPayoutGroupResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/createRefundResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/getInvoice.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/getPayoutBatchResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/json/getRefund.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/badResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/cancelPayoutGroupResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/createBillResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/createInvoiceResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/createPayoutGroupRequest.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/createPayoutGroupResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/createRefundResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/false.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getBill.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getBills.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getCurrencyPairRate.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getCurrencyRates.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getInvoice.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getInvoices.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getLedgerBalances.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getLedgers.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getPayout.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getPayoutRecipient.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getPayoutRecipients.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getPayouts.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getRates.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getSettlementReconciliationReportResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getSettlementResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getSettlementsResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getSupportedWalletsResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getTokensResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/payInvoiceResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/submitPayoutRecipientsResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/success.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/updateBillRequest.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/updatePayoutRecipientResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/updateSubscription.json (added)
-
build/vendor/composer (added)
-
build/vendor/composer/ClassLoader.php (added)
-
build/vendor/composer/InstalledVersions.php (added)
-
build/vendor/composer/LICENSE (added)
-
build/vendor/composer/autoload_classmap.php (added)
-
build/vendor/composer/autoload_files.php (added)
-
build/vendor/composer/autoload_namespaces.php (added)
-
build/vendor/composer/autoload_psr4.php (added)
-
build/vendor/composer/autoload_real.php (added)
-
build/vendor/composer/autoload_static.php (added)
-
build/vendor/composer/installed.json (added)
-
build/vendor/composer/installed.php (added)
-
build/vendor/composer/platform_check.php (added)
-
build/vendor/guzzlehttp (added)
-
build/vendor/guzzlehttp/guzzle (added)
-
build/vendor/guzzlehttp/guzzle/src (added)
-
build/vendor/guzzlehttp/guzzle/src/BodySummarizer.php (added)
-
build/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
build/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
build/vendor/guzzlehttp/guzzle/src/ClientTrait.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
build/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
build/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
build/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
build/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
build/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
build/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
build/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
build/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
build/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
build/vendor/guzzlehttp/guzzle/src/Utils.php (added)
-
build/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
build/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
build/vendor/guzzlehttp/promises (added)
-
build/vendor/guzzlehttp/promises/src (added)
-
build/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
build/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
build/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
build/vendor/guzzlehttp/promises/src/Create.php (added)
-
build/vendor/guzzlehttp/promises/src/Each.php (added)
-
build/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
build/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
build/vendor/guzzlehttp/promises/src/Is.php (added)
-
build/vendor/guzzlehttp/promises/src/Promise.php (added)
-
build/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
build/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
build/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
build/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
build/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
build/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
build/vendor/guzzlehttp/promises/src/Utils.php (added)
-
build/vendor/guzzlehttp/psr7 (added)
-
build/vendor/guzzlehttp/psr7/src (added)
-
build/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/Exception (added)
-
build/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php (added)
-
build/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/Header.php (added)
-
build/vendor/guzzlehttp/psr7/src/HttpFactory.php (added)
-
build/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/Message.php (added)
-
build/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
build/vendor/guzzlehttp/psr7/src/MimeType.php (added)
-
build/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
build/vendor/guzzlehttp/psr7/src/Query.php (added)
-
build/vendor/guzzlehttp/psr7/src/Request.php (added)
-
build/vendor/guzzlehttp/psr7/src/Response.php (added)
-
build/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
build/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
build/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
build/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
build/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
build/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
build/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
build/vendor/guzzlehttp/psr7/src/UriComparator.php (added)
-
build/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
build/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
build/vendor/guzzlehttp/psr7/src/Utils.php (added)
-
build/vendor/netresearch (added)
-
build/vendor/netresearch/jsonmapper (added)
-
build/vendor/netresearch/jsonmapper/contributing.rst (added)
-
build/vendor/netresearch/jsonmapper/phpunit.xml (added)
-
build/vendor/netresearch/jsonmapper/src (added)
-
build/vendor/netresearch/jsonmapper/src/JsonMapper (added)
-
build/vendor/netresearch/jsonmapper/src/JsonMapper.php (added)
-
build/vendor/netresearch/jsonmapper/src/JsonMapper/Exception.php (added)
-
build/vendor/psr (added)
-
build/vendor/psr/http-client (added)
-
build/vendor/psr/http-client/src (added)
-
build/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
build/vendor/psr/http-client/src/ClientInterface.php (added)
-
build/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
build/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
build/vendor/psr/http-factory (added)
-
build/vendor/psr/http-factory/src (added)
-
build/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
build/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
build/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
build/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
build/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
build/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
build/vendor/psr/http-message (added)
-
build/vendor/psr/http-message/src (added)
-
build/vendor/psr/http-message/src/MessageInterface.php (added)
-
build/vendor/psr/http-message/src/RequestInterface.php (added)
-
build/vendor/psr/http-message/src/ResponseInterface.php (added)
-
build/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
build/vendor/psr/http-message/src/StreamInterface.php (added)
-
build/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
build/vendor/psr/http-message/src/UriInterface.php (added)
-
build/vendor/ralouphie (added)
-
build/vendor/ralouphie/getallheaders (added)
-
build/vendor/ralouphie/getallheaders/src (added)
-
build/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
build/vendor/scoper-autoload.php (added)
-
build/vendor/symfony (added)
-
build/vendor/symfony/deprecation-contracts (added)
-
build/vendor/symfony/deprecation-contracts/function.php (added)
-
build/vendor/symfony/polyfill-ctype (added)
-
build/vendor/symfony/polyfill-ctype/Ctype.php (added)
-
build/vendor/symfony/polyfill-ctype/bootstrap.php (added)
-
build/vendor/symfony/polyfill-ctype/bootstrap80.php (added)
-
build/vendor/symfony/yaml (added)
-
build/vendor/symfony/yaml/Command (added)
-
build/vendor/symfony/yaml/Command/LintCommand.php (added)
-
build/vendor/symfony/yaml/Dumper.php (added)
-
build/vendor/symfony/yaml/Escaper.php (added)
-
build/vendor/symfony/yaml/Exception (added)
-
build/vendor/symfony/yaml/Exception/DumpException.php (added)
-
build/vendor/symfony/yaml/Exception/ExceptionInterface.php (added)
-
build/vendor/symfony/yaml/Exception/ParseException.php (added)
-
build/vendor/symfony/yaml/Exception/RuntimeException.php (added)
-
build/vendor/symfony/yaml/Inline.php (added)
-
build/vendor/symfony/yaml/Parser.php (added)
-
build/vendor/symfony/yaml/Resources (added)
-
build/vendor/symfony/yaml/Resources/bin (added)
-
build/vendor/symfony/yaml/Resources/bin/yaml-lint (added)
-
build/vendor/symfony/yaml/Tag (added)
-
build/vendor/symfony/yaml/Tag/TaggedValue.php (added)
-
build/vendor/symfony/yaml/Unescaper.php (added)
-
build/vendor/symfony/yaml/Yaml.php (added)
-
composer.json (added)
-
composer.lock (added)
-
images (added)
-
images/BitPay-Accepted-Card-Alt-DarkMode.svg (added)
-
images/BitPay-Accepted-Card-Alt.svg (added)
-
images/BitPay-Accepted-Card-DarkMode.svg (added)
-
images/BitPay-Accepted-Card-GrayScale.svg (added)
-
images/BitPay-Accepted-Card.svg (added)
-
images/BitPay-Accepted-CardGroup-DarkMode.svg (added)
-
images/BitPay-Accepted-CardGroup.svg (added)
-
images/Pay-with-BitPay-CardGroup-DarkMode.svg (added)
-
images/Pay-with-BitPay-CardGroup.svg (added)
-
images/PayWith-BitPay-Card-Alt.svg (added)
-
images/PayWith-BitPay-Card-DarkMode.svg (added)
-
images/PayWith-BitPay-Card-GrayScale.svg (added)
-
images/PayWith-BitPay-Card2x.svg (added)
-
images/bitpay-currency-group.svg (added)
-
index.php (added)
-
js (added)
-
js/bitpay_thank_you.js (added)
-
js/wc_gateway_bitpay.js (added)
-
php-scoper.phar (added)
-
phpcs.xml (added)
-
readme.txt (added)
-
scoper.inc.php (added)
Note: See TracChangeset
for help on using the changeset viewer.