Changeset 3333863
- Timestamp:
- 07/24/2025 06:49:42 PM (8 months ago)
- Location:
- bitpay-checkout-for-woocommerce/tags/7.0.2
- Files:
-
- 1292 added
-
. (added)
-
BitPayLib (added)
-
BitPayLib/Blocks (added)
-
BitPayLib/Blocks/class-bitpaypaymentsblocks.php (added)
-
BitPayLib/Exception (added)
-
BitPayLib/Exception/class-bitpayinvalidorder.php (added)
-
BitPayLib/class-bitpaycancelorder.php (added)
-
BitPayLib/class-bitpaycart.php (added)
-
BitPayLib/class-bitpaycheckouttransactions.php (added)
-
BitPayLib/class-bitpayclientfactory.php (added)
-
BitPayLib/class-bitpaycreateorder.php (added)
-
BitPayLib/class-bitpayinvoicecreate.php (added)
-
BitPayLib/class-bitpayinvoicefactory.php (added)
-
BitPayLib/class-bitpayipnprocess.php (added)
-
BitPayLib/class-bitpaylogger.php (added)
-
BitPayLib/class-bitpaypaymentsettings.php (added)
-
BitPayLib/class-bitpaypluginsetup.php (added)
-
BitPayLib/class-bitpaysupportpackage.php (added)
-
BitPayLib/class-bitpaywebhookverifier.php (added)
-
BitPayLib/class-bitpaywordpresshelper.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/Blocks (added)
-
build/BitPayLib/Blocks/class-bitpaypaymentsblocks.php (added)
-
build/BitPayLib/Exception (added)
-
build/BitPayLib/Exception/class-bitpayinvalidorder.php (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-bitpaycreateorder.php (added)
-
build/BitPayLib/class-bitpayinvoicecreate.php (added)
-
build/BitPayLib/class-bitpayinvoicefactory.php (added)
-
build/BitPayLib/class-bitpayipnprocess.php (added)
-
build/BitPayLib/class-bitpaylogger.php (added)
-
build/BitPayLib/class-bitpaypaymentsettings.php (added)
-
build/BitPayLib/class-bitpaypluginsetup.php (added)
-
build/BitPayLib/class-bitpaysupportpackage.php (added)
-
build/BitPayLib/class-bitpaywebhookverifier.php (added)
-
build/BitPayLib/class-bitpaywordpresshelper.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-BitPayApiException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BitPayException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BitPayExceptionProvider.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BitPayGenericException.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Exceptions-BitPayValidationException.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-Logger-BitPayLogger.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Logger-EmptyLogger.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Logger-LoggerProvider.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-BuyerFields.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-InvoiceRefundAddresses.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-InvoiceStatus.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-InvoiceTransaction.html (added)
-
build/vendor/bitpay/sdk/docs/classes/BitPaySDK-Model-Invoice-InvoiceWebhook.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-PayoutWebhook.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-Payout-RecipientWebhook.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-bitpayapiexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-bitpayexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-bitpayexceptionprovider.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-bitpaygenericexception.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-exceptions-bitpayvalidationexception.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-logger-bitpaylogger.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-logger-emptylogger.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-logger-loggerprovider.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-logger-monologloggerexample.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-buyerfields.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-invoicerefundaddresses.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-invoicetransaction.html (added)
-
build/vendor/bitpay/sdk/docs/files/src-bitpaysdk-model-invoice-invoicewebhook.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-payoutwebhook.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-payout-recipientwebhook.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-logger.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/examples (added)
-
build/vendor/bitpay/sdk/examples/ClientProvider.php (added)
-
build/vendor/bitpay/sdk/examples/General (added)
-
build/vendor/bitpay/sdk/examples/General/UseLogger.php (added)
-
build/vendor/bitpay/sdk/examples/Merchant (added)
-
build/vendor/bitpay/sdk/examples/Merchant/BillRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Merchant/InvoiceRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Merchant/LedgerRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Merchant/RefundRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Merchant/SettlementRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Payout (added)
-
build/vendor/bitpay/sdk/examples/Payout/PayoutRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Payout/RecipientRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Pos (added)
-
build/vendor/bitpay/sdk/examples/Pos/BillRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Pos/InvoiceRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Public (added)
-
build/vendor/bitpay/sdk/examples/Public/RateRequests.php (added)
-
build/vendor/bitpay/sdk/examples/Public/WalletRequests.php (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/BitPayApiException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BitPayException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BitPayExceptionProvider.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BitPayGenericException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Exceptions/BitPayValidationException.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Logger (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Logger/BitPayLogger.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Logger/EmptyLogger.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Logger/LoggerProvider.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Logger/MonologLoggerExample.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/BuyerFields.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/InvoiceRefundAddresses.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/InvoiceStatus.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/InvoiceTransaction.php (added)
-
build/vendor/bitpay/sdk/src/BitPaySDK/Model/Invoice/InvoiceWebhook.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/PayoutWebhook.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/Payout/RecipientWebhook.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/BitPayApiExceptionTest.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/BuyerFieldsTest.php (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/InvoiceWebhookTest.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/Payout/PayoutWebhookTest.php (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/Model/Payout/RecipientWebhookTest.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/getLedgerEntriesResponse.json (added)
-
build/vendor/bitpay/sdk/test/unit/BitPaySDK/jsonResponse/getLedgersResponse.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/bitpay/sdk/test/unit/Logger (added)
-
build/vendor/bitpay/sdk/test/unit/Logger/LoggerTest.php (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/phpcs.xml (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/container (added)
-
build/vendor/psr/container/src (added)
-
build/vendor/psr/container/src/ContainerExceptionInterface.php (added)
-
build/vendor/psr/container/src/ContainerInterface.php (added)
-
build/vendor/psr/container/src/NotFoundExceptionInterface.php (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/console (added)
-
build/vendor/symfony/console/Application.php (added)
-
build/vendor/symfony/console/Attribute (added)
-
build/vendor/symfony/console/Attribute/AsCommand.php (added)
-
build/vendor/symfony/console/CI (added)
-
build/vendor/symfony/console/CI/GithubActionReporter.php (added)
-
build/vendor/symfony/console/Color.php (added)
-
build/vendor/symfony/console/Command (added)
-
build/vendor/symfony/console/Command/Command.php (added)
-
build/vendor/symfony/console/Command/CompleteCommand.php (added)
-
build/vendor/symfony/console/Command/DumpCompletionCommand.php (added)
-
build/vendor/symfony/console/Command/HelpCommand.php (added)
-
build/vendor/symfony/console/Command/LazyCommand.php (added)
-
build/vendor/symfony/console/Command/ListCommand.php (added)
-
build/vendor/symfony/console/Command/LockableTrait.php (added)
-
build/vendor/symfony/console/Command/SignalableCommandInterface.php (added)
-
build/vendor/symfony/console/Command/TraceableCommand.php (added)
-
build/vendor/symfony/console/CommandLoader (added)
-
build/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php (added)
-
build/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php (added)
-
build/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php (added)
-
build/vendor/symfony/console/Completion (added)
-
build/vendor/symfony/console/Completion/CompletionInput.php (added)
-
build/vendor/symfony/console/Completion/CompletionSuggestions.php (added)
-
build/vendor/symfony/console/Completion/Output (added)
-
build/vendor/symfony/console/Completion/Output/BashCompletionOutput.php (added)
-
build/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php (added)
-
build/vendor/symfony/console/Completion/Output/FishCompletionOutput.php (added)
-
build/vendor/symfony/console/Completion/Output/ZshCompletionOutput.php (added)
-
build/vendor/symfony/console/Completion/Suggestion.php (added)
-
build/vendor/symfony/console/ConsoleEvents.php (added)
-
build/vendor/symfony/console/Cursor.php (added)
-
build/vendor/symfony/console/DataCollector (added)
-
build/vendor/symfony/console/DataCollector/CommandDataCollector.php (added)
-
build/vendor/symfony/console/Debug (added)
-
build/vendor/symfony/console/Debug/CliRequest.php (added)
-
build/vendor/symfony/console/DependencyInjection (added)
-
build/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php (added)
-
build/vendor/symfony/console/Descriptor (added)
-
build/vendor/symfony/console/Descriptor/ApplicationDescription.php (added)
-
build/vendor/symfony/console/Descriptor/Descriptor.php (added)
-
build/vendor/symfony/console/Descriptor/DescriptorInterface.php (added)
-
build/vendor/symfony/console/Descriptor/JsonDescriptor.php (added)
-
build/vendor/symfony/console/Descriptor/MarkdownDescriptor.php (added)
-
build/vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php (added)
-
build/vendor/symfony/console/Descriptor/TextDescriptor.php (added)
-
build/vendor/symfony/console/Descriptor/XmlDescriptor.php (added)
-
build/vendor/symfony/console/Event (added)
-
build/vendor/symfony/console/Event/ConsoleCommandEvent.php (added)
-
build/vendor/symfony/console/Event/ConsoleErrorEvent.php (added)
-
build/vendor/symfony/console/Event/ConsoleEvent.php (added)
-
build/vendor/symfony/console/Event/ConsoleSignalEvent.php (added)
-
build/vendor/symfony/console/Event/ConsoleTerminateEvent.php (added)
-
build/vendor/symfony/console/EventListener (added)
-
build/vendor/symfony/console/EventListener/ErrorListener.php (added)
-
build/vendor/symfony/console/Exception (added)
-
build/vendor/symfony/console/Exception/CommandNotFoundException.php (added)
-
build/vendor/symfony/console/Exception/ExceptionInterface.php (added)
-
build/vendor/symfony/console/Exception/InvalidArgumentException.php (added)
-
build/vendor/symfony/console/Exception/InvalidOptionException.php (added)
-
build/vendor/symfony/console/Exception/LogicException.php (added)
-
build/vendor/symfony/console/Exception/MissingInputException.php (added)
-
build/vendor/symfony/console/Exception/NamespaceNotFoundException.php (added)
-
build/vendor/symfony/console/Exception/RunCommandFailedException.php (added)
-
build/vendor/symfony/console/Exception/RuntimeException.php (added)
-
build/vendor/symfony/console/Formatter (added)
-
build/vendor/symfony/console/Formatter/NullOutputFormatter.php (added)
-
build/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php (added)
-
build/vendor/symfony/console/Formatter/OutputFormatter.php (added)
-
build/vendor/symfony/console/Formatter/OutputFormatterInterface.php (added)
-
build/vendor/symfony/console/Formatter/OutputFormatterStyle.php (added)
-
build/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php (added)
-
build/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php (added)
-
build/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php (added)
-
build/vendor/symfony/console/Helper (added)
-
build/vendor/symfony/console/Helper/DebugFormatterHelper.php (added)
-
build/vendor/symfony/console/Helper/DescriptorHelper.php (added)
-
build/vendor/symfony/console/Helper/Dumper.php (added)
-
build/vendor/symfony/console/Helper/FormatterHelper.php (added)
-
build/vendor/symfony/console/Helper/Helper.php (added)
-
build/vendor/symfony/console/Helper/HelperInterface.php (added)
-
build/vendor/symfony/console/Helper/HelperSet.php (added)
-
build/vendor/symfony/console/Helper/InputAwareHelper.php (added)
-
build/vendor/symfony/console/Helper/OutputWrapper.php (added)
-
build/vendor/symfony/console/Helper/ProcessHelper.php (added)
-
build/vendor/symfony/console/Helper/ProgressBar.php (added)
-
build/vendor/symfony/console/Helper/ProgressIndicator.php (added)
-
build/vendor/symfony/console/Helper/QuestionHelper.php (added)
-
build/vendor/symfony/console/Helper/SymfonyQuestionHelper.php (added)
-
build/vendor/symfony/console/Helper/Table.php (added)
-
build/vendor/symfony/console/Helper/TableCell.php (added)
-
build/vendor/symfony/console/Helper/TableCellStyle.php (added)
-
build/vendor/symfony/console/Helper/TableRows.php (added)
-
build/vendor/symfony/console/Helper/TableSeparator.php (added)
-
build/vendor/symfony/console/Helper/TableStyle.php (added)
-
build/vendor/symfony/console/Input (added)
-
build/vendor/symfony/console/Input/ArgvInput.php (added)
-
build/vendor/symfony/console/Input/ArrayInput.php (added)
-
build/vendor/symfony/console/Input/Input.php (added)
-
build/vendor/symfony/console/Input/InputArgument.php (added)
-
build/vendor/symfony/console/Input/InputAwareInterface.php (added)
-
build/vendor/symfony/console/Input/InputDefinition.php (added)
-
build/vendor/symfony/console/Input/InputInterface.php (added)
-
build/vendor/symfony/console/Input/InputOption.php (added)
-
build/vendor/symfony/console/Input/StreamableInputInterface.php (added)
-
build/vendor/symfony/console/Input/StringInput.php (added)
-
build/vendor/symfony/console/Logger (added)
-
build/vendor/symfony/console/Logger/ConsoleLogger.php (added)
-
build/vendor/symfony/console/Messenger (added)
-
build/vendor/symfony/console/Messenger/RunCommandContext.php (added)
-
build/vendor/symfony/console/Messenger/RunCommandMessage.php (added)
-
build/vendor/symfony/console/Messenger/RunCommandMessageHandler.php (added)
-
build/vendor/symfony/console/Output (added)
-
build/vendor/symfony/console/Output/AnsiColorMode.php (added)
-
build/vendor/symfony/console/Output/BufferedOutput.php (added)
-
build/vendor/symfony/console/Output/ConsoleOutput.php (added)
-
build/vendor/symfony/console/Output/ConsoleOutputInterface.php (added)
-
build/vendor/symfony/console/Output/ConsoleSectionOutput.php (added)
-
build/vendor/symfony/console/Output/NullOutput.php (added)
-
build/vendor/symfony/console/Output/Output.php (added)
-
build/vendor/symfony/console/Output/OutputInterface.php (added)
-
build/vendor/symfony/console/Output/StreamOutput.php (added)
-
build/vendor/symfony/console/Output/TrimmedBufferOutput.php (added)
-
build/vendor/symfony/console/Question (added)
-
build/vendor/symfony/console/Question/ChoiceQuestion.php (added)
-
build/vendor/symfony/console/Question/ConfirmationQuestion.php (added)
-
build/vendor/symfony/console/Question/Question.php (added)
-
build/vendor/symfony/console/Resources (added)
-
build/vendor/symfony/console/Resources/bin (added)
-
build/vendor/symfony/console/Resources/bin/hiddeninput.exe (added)
-
build/vendor/symfony/console/Resources/completion.bash (added)
-
build/vendor/symfony/console/Resources/completion.fish (added)
-
build/vendor/symfony/console/Resources/completion.zsh (added)
-
build/vendor/symfony/console/SignalRegistry (added)
-
build/vendor/symfony/console/SignalRegistry/SignalMap.php (added)
-
build/vendor/symfony/console/SignalRegistry/SignalRegistry.php (added)
-
build/vendor/symfony/console/SingleCommandApplication.php (added)
-
build/vendor/symfony/console/Style (added)
-
build/vendor/symfony/console/Style/OutputStyle.php (added)
-
build/vendor/symfony/console/Style/StyleInterface.php (added)
-
build/vendor/symfony/console/Style/SymfonyStyle.php (added)
-
build/vendor/symfony/console/Terminal.php (added)
-
build/vendor/symfony/console/Tester (added)
-
build/vendor/symfony/console/Tester/ApplicationTester.php (added)
-
build/vendor/symfony/console/Tester/CommandCompletionTester.php (added)
-
build/vendor/symfony/console/Tester/CommandTester.php (added)
-
build/vendor/symfony/console/Tester/Constraint (added)
-
build/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php (added)
-
build/vendor/symfony/console/Tester/TesterTrait.php (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/polyfill-intl-grapheme (added)
-
build/vendor/symfony/polyfill-intl-grapheme/Grapheme.php (added)
-
build/vendor/symfony/polyfill-intl-grapheme/bootstrap.php (added)
-
build/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Normalizer.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/stubs (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/unidata (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/bootstrap.php (added)
-
build/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php (added)
-
build/vendor/symfony/polyfill-mbstring (added)
-
build/vendor/symfony/polyfill-mbstring/Mbstring.php (added)
-
build/vendor/symfony/polyfill-mbstring/Resources (added)
-
build/vendor/symfony/polyfill-mbstring/Resources/unidata (added)
-
build/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php (added)
-
build/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php (added)
-
build/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php (added)
-
build/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php (added)
-
build/vendor/symfony/polyfill-mbstring/bootstrap.php (added)
-
build/vendor/symfony/polyfill-mbstring/bootstrap80.php (added)
-
build/vendor/symfony/service-contracts (added)
-
build/vendor/symfony/service-contracts/Attribute (added)
-
build/vendor/symfony/service-contracts/Attribute/Required.php (added)
-
build/vendor/symfony/service-contracts/Attribute/SubscribedService.php (added)
-
build/vendor/symfony/service-contracts/ResetInterface.php (added)
-
build/vendor/symfony/service-contracts/ServiceCollectionInterface.php (added)
-
build/vendor/symfony/service-contracts/ServiceLocatorTrait.php (added)
-
build/vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php (added)
-
build/vendor/symfony/service-contracts/ServiceProviderInterface.php (added)
-
build/vendor/symfony/service-contracts/ServiceSubscriberInterface.php (added)
-
build/vendor/symfony/service-contracts/ServiceSubscriberTrait.php (added)
-
build/vendor/symfony/service-contracts/Test (added)
-
build/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php (added)
-
build/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php (added)
-
build/vendor/symfony/string (added)
-
build/vendor/symfony/string/AbstractString.php (added)
-
build/vendor/symfony/string/AbstractUnicodeString.php (added)
-
build/vendor/symfony/string/ByteString.php (added)
-
build/vendor/symfony/string/CodePointString.php (added)
-
build/vendor/symfony/string/Exception (added)
-
build/vendor/symfony/string/Exception/ExceptionInterface.php (added)
-
build/vendor/symfony/string/Exception/InvalidArgumentException.php (added)
-
build/vendor/symfony/string/Exception/RuntimeException.php (added)
-
build/vendor/symfony/string/Inflector (added)
-
build/vendor/symfony/string/Inflector/EnglishInflector.php (added)
-
build/vendor/symfony/string/Inflector/FrenchInflector.php (added)
-
build/vendor/symfony/string/Inflector/InflectorInterface.php (added)
-
build/vendor/symfony/string/LazyString.php (added)
-
build/vendor/symfony/string/Resources (added)
-
build/vendor/symfony/string/Resources/data (added)
-
build/vendor/symfony/string/Resources/data/wcswidth_table_wide.php (added)
-
build/vendor/symfony/string/Resources/data/wcswidth_table_zero.php (added)
-
build/vendor/symfony/string/Resources/functions.php (added)
-
build/vendor/symfony/string/Slugger (added)
-
build/vendor/symfony/string/Slugger/AsciiSlugger.php (added)
-
build/vendor/symfony/string/Slugger/SluggerInterface.php (added)
-
build/vendor/symfony/string/UnicodeString.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)
-
codeception.dist.yml (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_payments_blocks.js (added)
-
js/wc_gateway_bitpay.js (added)
-
php-scoper.phar (added)
-
phpcs.xml (added)
-
phpunit.xml.dist (added)
-
readme.txt (added)
-
scoper.inc.php (added)
-
tests (added)
-
tests/.env.dist (added)
-
tests/.gitignore (added)
-
tests/EndToEnd (added)
-
tests/EndToEnd.suite.yml (added)
-
tests/EndToEnd/BitPayAdminSettingsCest.php (added)
-
tests/EndToEnd/CreateOrderWithBitPayCest.php (added)
-
tests/EndToEnd/Support (added)
-
tests/EndToEnd/Support/Data (added)
-
tests/EndToEnd/Support/Data/.gitkeep (added)
-
tests/EndToEnd/Support/EndToEndTester.php (added)
-
tests/EndToEnd/Support/_generated (added)
-
tests/EndToEnd/Support/_generated/.gitignore (added)
-
tests/EndToEnd/_bootstrap.php (added)
-
tests/Unit (added)
-
tests/Unit/.gitignore (added)
-
tests/Unit/BitPayLib (added)
-
tests/Unit/BitPayLib/json (added)
-
tests/Unit/BitPayLib/json/bitpay_completed_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/json/bitpay_confirmed_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/json/bitpay_declined_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/json/bitpay_expired_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/json/bitpay_invalid_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/json/bitpay_paid_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/json/bitpay_refunded_ipn_webhook.json (added)
-
tests/Unit/BitPayLib/test-bitpayipnprocess.php (added)
-
tests/Unit/BitPayLib/test-bitpaywebhookverifier.php (added)
-
tests/Unit/BitPayLib/test-classbitpayinvoicefactory.php (added)
-
tests/Unit/bootstrap.php (added)
-
tests/Unit/index.tests.php (added)
-
tests/Unit/wp-config.dist.php (added)
Note: See TracChangeset
for help on using the changeset viewer.