Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 release #12

Merged
merged 39 commits into from
Nov 28, 2023
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5bd2614
v2 first part
n1crack Oct 31, 2023
c141ab0
v2 second part, add Money class
n1crack Oct 31, 2023
c71e993
Fix styling
n1crack Nov 1, 2023
722b8cf
v2 3rd part, add calculations
n1crack Nov 1, 2023
e3aacbe
Merge branch 'v2' of https://github.com/n1crack/aurora into v2
n1crack Nov 1, 2023
1b0157f
Fix styling
n1crack Nov 1, 2023
1a62168
refactor calculator class
n1crack Nov 1, 2023
e745818
refactor calculator
n1crack Nov 1, 2023
df17afa
Merge branch 'v2' of https://github.com/n1crack/aurora into v2
n1crack Nov 1, 2023
2f28280
Fix styling
n1crack Nov 1, 2023
a8034b8
cleanup
n1crack Nov 1, 2023
9f5c8ef
refactor
n1crack Nov 2, 2023
2754b5e
refactor cartItem subtotal calculators
n1crack Nov 2, 2023
b7ec3d1
update calculator tests
n1crack Nov 2, 2023
71139a0
Update CartItem.php
n1crack Nov 2, 2023
86ad894
Fix styling
n1crack Nov 2, 2023
76060dd
add checksum and validation
n1crack Nov 4, 2023
a4a98a7
update class names
n1crack Nov 5, 2023
c255998
Fix styling
n1crack Nov 6, 2023
ba6c793
Update Calculator.php
n1crack Nov 6, 2023
0fd1a33
handling of meta values
n1crack Nov 9, 2023
82946e1
Fix styling
n1crack Nov 9, 2023
745ab1b
revert model to product
n1crack Nov 9, 2023
11ce2fa
refactor & cleanup
n1crack Nov 9, 2023
daf3697
Fix styling
n1crack Nov 9, 2023
dcfa3e0
Update MetaTest.php
n1crack Nov 12, 2023
8151f52
add clone method
n1crack Nov 21, 2023
2aac46a
add MoneyInterface
n1crack Nov 21, 2023
7499943
Update CartServiceProvider.php
n1crack Nov 21, 2023
338629b
cleanup
n1crack Nov 22, 2023
f236503
simplify & cleanup
n1crack Nov 24, 2023
f04000c
refactor code and cleanup
n1crack Nov 24, 2023
11f2a68
Fix styling
n1crack Nov 24, 2023
96491ba
Update Cart.php
n1crack Nov 25, 2023
a65025e
Fix styling
n1crack Nov 28, 2023
007cffc
2.0 release
n1crack Nov 28, 2023
9f035ff
Merge branch 'v2' of https://github.com/n1crack/aurora into v2
n1crack Nov 28, 2023
48c40bf
Update README.md
n1crack Nov 28, 2023
cc01ff7
Update ItemTest.php
n1crack Nov 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix styling
  • Loading branch information
n1crack authored and github-actions[bot] committed Nov 9, 2023
commit daf3697520bcd4043df9b271224dd0d624aa167d
1 change: 0 additions & 1 deletion src/CartCalculatorCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class CartCalculatorCollection extends Collection
{

}