Commit Graph

15 Commits

Author SHA1 Message Date
kakaska
84324e9f9c Merge branch 'master' into 3.0.x
# Conflicts:
#	.travis.yml
#	README.md
#	VERSION
#	composer.json
#	src/Bitpay/Client/Client.php
#	src/Bitpay/Client/ClientInterface.php
#	src/Bitpay/Client/Request.php
#	src/Bitpay/Client/Response.php
#	src/Bitpay/Config/Configuration.php
#	src/Bitpay/Currency.php
#	src/Bitpay/DependencyInjection/services.xml
#	src/Bitpay/Invoice.php
#	src/Bitpay/InvoiceInterface.php
#	src/Bitpay/Item.php
#	src/Bitpay/Network/Testnet.php
#	src/Bitpay/PrivateKey.php
#	src/Bitpay/Storage/EncryptedFilesystemStorage.php
#	src/Bitpay/Util/Util.php
#	tests/Bitpay/BitpayTest.php
#	tests/Bitpay/Client/Adapter/CurlAdapterTest.php
#	tests/Bitpay/Client/ClientTest.php
#	tests/Bitpay/Client/RequestTest.php
#	tests/Bitpay/Crypto/McryptExtensionTest.php
#	tests/Bitpay/ItemTest.php
#	tests/Bitpay/Math/BcEngineTest.php
#	tests/Bitpay/Network/LivenetTest.php
#	tests/Bitpay/Network/NetworkAwareTest.php
#	tests/Bitpay/Network/TestnetTest.php
#	tests/Bitpay/Storage/EncryptedFilesystemStorageTest.php
#	tests/DataFixtures/invoices/5NxFkXcJbCSivtQRJa4kHP.json
2019-02-19 13:40:58 +01:00
Pieter Poorthuis
b88a7f6978 Fixed tests, fixed default timezone issues 2018-03-28 12:27:19 +02:00
Selim Salihovic
925cf6b5a8 Use the proper default for fullNotifications 2017-05-23 20:59:49 +02:00
Chris Kleeschulte
63bd1a6a0c Repaired tests based on current changes to the code. 2015-11-16 19:13:28 -05:00
Rich Morgan
8f5625eb3e Corrected transaction speed set test 2015-09-22 16:05:04 -04:00
Rich Morgan
6689dd3344 Updated copyright year and minor refactoring
and removed empty tests.
2015-09-15 18:04:44 -04:00
Sam Bohler
05e0273c17 Fixes #148: Client now sets invoice tokens upon creation and retrieval 2015-06-04 07:21:34 -04:00
Joshua Estes
c5440ac5f8 Updated invoice so that full notifications can be enabled 2014-10-06 11:28:07 -04:00
Sam Bohler
c15083d309 Replaced full-text licenses with references 2014-09-29 09:16:06 -04:00
Joshua Estes
b51180515a Made sure everything is PSR1 and PSR2 standard 2014-09-23 15:47:39 -04:00
Rich Morgan
1a9fb2978f Added extra null tests and TODO's to complete
TODO: add a test for setting the item description
TODO: add a test for setting the item code
TODO: add a test for setting the buyer name
TODO: add a test for setting the buyer address1
TODO: add a test for setting the buyer address2
TODO: add a test for setting the buyer city
TODO: add a test for setting the buyer state
TODO: add a test for setting the buyer zip
TODO: add a test for setting the buyer country
TODO: add a test for setting the buyer email
TODO: add a test for setting the buyer phone
2014-09-19 17:49:42 -04:00
Rich Morgan
e5f01189d6 Updated email and URL test params 2014-09-19 17:06:08 -04:00
Joshua Estes
8808864cd7 Ran php-cs-fixer on test files 2014-09-18 14:12:24 -04:00
Joshua Estes
c5edfdbee5 Added license to all files 2014-09-12 08:23:29 -04:00
Joshua Estes
0350f05cf0 Initial Commit 2014-09-12 06:44:37 -04:00