Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
d0minikk
/
spree
Public
forked from
spree/spree
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 19, 2014
Remove state test from risk_analysis_spec
Show description for c77be8e
radar
committed
c77be8e
View commit details
Copy full SHA for c77be8e
Browse repository at this point
Make considered_risky a database field, rather than a state
Show description for e106791
radar
committed
e106791
View commit details
Copy full SHA for e106791
Browse repository at this point
payment should receive purchase, not capture if payment is auto_capture'd
Show description for 22d4d5f
radar
committed
22d4d5f
View commit details
Copy full SHA for 22d4d5f
Browse repository at this point
Use Rails 4.0.3
radar
committed
70a4b2f
View commit details
Copy full SHA for 70a4b2f
Browse repository at this point
Use tax rate's calculator to calculate shipping rate's tax
radar
committed
1fecd50
View commit details
Copy full SHA for 1fecd50
Browse repository at this point
Calculating shipment + line item tax in DefaultTax is now combined into 1 method
Show description for be96d09
radar
committed
be96d09
View commit details
Copy full SHA for be96d09
Browse repository at this point
Correct default tax promo total spec
radar
committed
927d41e
View commit details
Copy full SHA for 927d41e
Browse repository at this point
Remove test for tax_category in default_tax_spec
Show description for 3ffa78d
radar
committed
3ffa78d
View commit details
Copy full SHA for 3ffa78d
Browse repository at this point
There's more 'included in price' taxes than VAT (i.e. Australia's GST)
radar
committed
58f7c62
View commit details
Copy full SHA for 58f7c62
Browse repository at this point
Add pre-tax amount to line items and shipments
radar
committed
d9474df
View commit details
Copy full SHA for d9474df
Browse repository at this point
Account for situations where more than one tax rate can be applied at once
radar
committed
cec3783
View commit details
Copy full SHA for cec3783
Browse repository at this point
Correct reference to tax category for Shipment
radar
committed
1287dec
View commit details
Copy full SHA for 1287dec
Browse repository at this point
Remove double looping over tax adjustments in checkout/summary
radar
committed
b28106c
View commit details
Copy full SHA for b28106c
Browse repository at this point
Add a test for tax rates adjusting twice in state_machine_spec
radar
committed
af9777e
View commit details
Copy full SHA for af9777e
Browse repository at this point
Show tax amounts within shipping rates
radar
committed
70fc3be
View commit details
Copy full SHA for 70fc3be
Browse repository at this point
Move Spree::Zone class methods to the top of the class
Show description for 4762412
radar
committed
4762412
View commit details
Copy full SHA for 4762412
Browse repository at this point
Add tax categories to shipments so that they are taxed correctly
radar
committed
affaf88
View commit details
Copy full SHA for affaf88
Browse repository at this point
MailMethod auth type names shouldn't be localized
Show description for da71cb7
huoxito
committed
da71cb7
View commit details
Copy full SHA for da71cb7
Browse repository at this point
Commits on Feb 18, 2014
Fix empty taxons by using to_i rather than number string.
Jeff Dutil
committed
47b75ea
View commit details
Copy full SHA for 47b75ea
Browse repository at this point
fix the pending spec with unscoped
peterberkenbosch
authored and
Jeff Dutil
committed
0d34190
View commit details
Copy full SHA for 0d34190
Browse repository at this point
Cache keys based upon current_currency & only fragment cache products#show.
Jeff Dutil
committed
8743d41
View commit details
Copy full SHA for 8743d41
Browse repository at this point
Ensure prices with currencies displayed do not break variant radio buttons on cart form
Show description for df296d7
radar
committed
df296d7
View commit details
Copy full SHA for df296d7
Browse repository at this point
in order.finalize! method use close method for adjustmens, it make work state machine callbacks when need
Show description for 3df794c
Dariusp
authored and
radar
committed
3df794c
View commit details
Copy full SHA for 3df794c
Browse repository at this point
Add some more db indexes to assist with query performance
Show description for 86baea7
Andrew Thal
authored and
radar
committed
86baea7
View commit details
Copy full SHA for 86baea7
Browse repository at this point
Add some more db indexes to assist with query performance
Show description for 68b5899
Andrew Thal
authored and
radar
committed
68b5899
View commit details
Copy full SHA for 68b5899
Browse repository at this point
Commits on Feb 17, 2014
Fix Deprecation: Model.scoped is deprecated. Please use Model.all instead.
Jeff Dutil
committed
62a1f3c
View commit details
Copy full SHA for 62a1f3c
Browse repository at this point
Allow overriding of spree sample files within main application.
Jeff Dutil
committed
ee35a2a
View commit details
Copy full SHA for ee35a2a
Browse repository at this point
Order payment state is balance due after payment void
Show description for 1906e87
huoxito
committed
1906e87
View commit details
Copy full SHA for 1906e87
Browse repository at this point
Commits on Feb 16, 2014
Always set payment_state to something on order finalize!
Show description for d27b8d0
huoxito
committed
d27b8d0
View commit details
Copy full SHA for d27b8d0
Browse repository at this point
Commits on Feb 14, 2014
Call ensure_updated_shipments on line items destroy
Show description for ccc2275
HoyaBoya
authored and
radar
committed
ccc2275
View commit details
Copy full SHA for ccc2275
Browse repository at this point
Use correct response.body in set_jsonp_format
Show description for 19ba5c8
radar
committed
19ba5c8
View commit details
Copy full SHA for 19ba5c8
Browse repository at this point
Add regression test for #3824 and remove unnecessary code.
Show description for e9a6729
heisenbugged
authored and
radar
committed
e9a6729
View commit details
Copy full SHA for e9a6729
Browse repository at this point
Fix issue where updated_at wasn't being updated for MySQL in stock_item_spec
radar
committed
5f498d6
View commit details
Copy full SHA for 5f498d6
Browse repository at this point
Use 'big' variant view in API/Variants/show
Show description for 6ca5179
dpritchett
authored and
radar
committed
6ca5179
View commit details
Copy full SHA for 6ca5179
Browse repository at this point
ReturnAuthorization uses stock_location_id
Show description for 32ba8af
jmataya
authored and
radar
committed
32ba8af
View commit details
Copy full SHA for 32ba8af
Browse repository at this point
Previous
Next
You can’t perform that action at this time.