Commit Graph

390 Commits

Author SHA1 Message Date
Patrick
80b610b8cb Update CartTest.php 2021-01-18 22:36:40 +01:00
Patrick
69447fd82d Update BuyableProductTrait.php 2021-01-18 22:36:07 +01:00
Patrick
60a9b726f1 Update BuyableProductTrait.php 2021-01-18 22:35:53 +01:00
Patrick
444bb1d7fd Update BuyableProduct.php 2021-01-18 22:35:20 +01:00
Patrick
1eff96a05e Update BuyableProduct.php 2021-01-18 22:34:47 +01:00
Patrick
f9f072a13b Update CartTest.php 2021-01-18 22:33:51 +01:00
Patrick
209a813a8f Update BuyableProduct.php 2021-01-18 22:32:59 +01:00
Patrick
daca090c15 Update BuyableProductTrait.php 2021-01-18 22:32:48 +01:00
Patrick
fa3a606faa Update CartTest.php 2021-01-18 22:31:33 +01:00
Patrick
ca4674525a Update CartTest.php 2021-01-18 22:30:53 +01:00
Patrick
bad0597ae0 Update BuyableProductTrait.php 2021-01-18 22:29:41 +01:00
Patrick
994004b175 Update BuyableProduct.php 2021-01-18 22:29:26 +01:00
Patrick
6d6399d43f Update CartTest.php 2021-01-18 22:27:06 +01:00
Patrick
468d456a54 Update CartTest.php 2021-01-18 22:23:24 +01:00
Patrick
4ab1d4879a Update BuyableProductTrait.php 2021-01-18 22:22:13 +01:00
Patrick
aae1b7b9b4 Update BuyableProduct.php 2021-01-18 22:21:50 +01:00
Patrick
7aacf1027b Update CartTest.php 2021-01-18 22:20:38 +01:00
Patrick
a1d262ab66 Update CartTest.php 2021-01-18 22:17:06 +01:00
Patrick
a3bfd21324 Update BuyableProduct.php 2021-01-18 21:52:33 +01:00
Patrick
4a60b7cda1 Update BuyableProductTrait.php 2021-01-18 21:52:18 +01:00
Patrick
80631bab39 Update BuyableProductTrait.php 2021-01-18 21:48:35 +01:00
Patrick
7a0955fe1a Update BuyableProduct.php 2021-01-18 21:48:16 +01:00
Patrick
bda25d35e4 Update BuyableProductTrait.php
Extend default Model
2021-01-18 21:43:30 +01:00
Patrick
3837160f69 Update BuyableProduct.php
Extend Model
2021-01-18 21:42:50 +01:00
Patrick
c7b8291ce7 Update CanBeBought.php
Add missing bracket
2021-01-18 21:39:38 +01:00
Patrick
db5ad0b3e4 Update CanBeBought.php
Add missing assignment operator
2021-01-18 21:38:28 +01:00
Patrick
963be116b7 Update CanBeBought.php
Use getAttribute method from HasAttributes trait,
2021-01-18 21:30:44 +01:00
=
bbf0703181 Fixing InvalidArgumentException when adding buyable models to Cart on newer Laravel Versions. 2021-01-17 22:06:16 +01:00
Patrick Henninger
e56adefac0 Update CartTest.php 2020-12-27 21:20:02 +01:00
Patrick Henninger
c52235067f Rename countInstances and improve PHPDoc, 2020-12-27 21:19:22 +01:00
Patrick
786477b54f Merge pull request #111 from Norris1z/master
Use current instance when checking if storedCartWithIdentifierExists
3.2.0
2020-12-27 21:13:34 +01:00
Norris Oduro
b68d5f1015 Merge branch 'master' into master 2020-12-16 01:31:06 +00:00
Patrick
8b1ae2d3fc Merge pull request #113 from thefilip/macroable
Add macroable trait
3.1.0
2020-12-05 19:06:28 +01:00
Filip Ganyicz
47dd3b26fc Add macroable trait 2020-12-05 01:18:01 +01:00
Norris Oduro
7afec5d171 Style CI fixes 2020-11-15 06:47:38 +00:00
Norris Oduro
369bdb95f3 Add more tests 2020-11-15 06:46:12 +00:00
Norris Oduro
427ea770d7 Style CI Fixes 2020-11-15 06:06:15 +00:00
Norris Oduro
148347b601 Style CI Fixes 2020-11-15 06:03:59 +00:00
Norris Oduro
7e992af0b7 Add savedcartinstance as a parameter to the merge documentation 2020-11-15 05:59:23 +00:00
Norris Oduro
87acd5cfb2 rename the storedCartWithIdentifier method to storedCartInstanceWithIdentifierExists, changed the signature of the merge and storedCartInstanceWithIdentifierExists methods and add instance to all stored cart retrievals 2020-11-15 05:55:29 +00:00
Norris Oduro
3244c1b306 Style CI fixes 2020-11-03 14:05:55 +00:00
Norris Oduro
981bf2940f Style CI fixes 2020-11-03 14:04:37 +00:00
Norris Oduro
6460326b1a Style CI fixes and remove assertDatabaseCount 2020-11-03 14:03:13 +00:00
Norris Oduro
6ba97cafa8 Use instance in query if there are more than one instances and add tests 2020-11-03 13:55:43 +00:00
Norris Oduro
6d15ac8c43 Update Cart.php
Add instance to storedCartWithIdentifierExists
2020-11-03 13:25:43 +00:00
Patrick
2fc604ed40 Merge pull request #108 from olegbespalov/master
Migrating to the GitHub Actions
2020-10-01 18:29:36 +02:00
Oleg Bespalov
0783ab3a55 CI status with the github actions 2020-10-01 18:13:44 +02:00
Oleg Bespalov
b260c4f845 fix the env place 2020-10-01 16:27:17 +02:00
Oleg Bespalov
a1a43b94d8 pass php version also 2020-10-01 16:25:44 +02:00
Oleg Bespalov
592169e4fb code coverage action 2020-10-01 16:20:59 +02:00