index
:
solidus_taxjar.git
77-add-shipment-shipped-event
add-basic-taxjar-settings-ui
circleci-project-setup
display-taxjar-settings-as-active-when-selected
fix-invalid-refund-endpoint-call
forkata/update-readme
master
TaxJar integration for Solidus stores.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
super_good
/
solidus_taxjar
/
api_params.rb
Age
Commit message (
Expand
)
Author
2021-05-19
Use spree address2 if it is present
Noah Silvera
2021-03-18
Fix typo in `validate_address_params` helper
Chris Todorov
2021-03-17
Rename classes that have API in their name to Api
Adnan Abdulally
2021-03-17
Rename module SolidusTaxJar to SolidusTaxjar
Adnan Abdulally
2020-07-14
Add param generation for validate_address endpoint
Jared Norman
2020-07-14
Run project through standardrb
Jared Norman
2020-05-26
Use shipping_calculator lambda for order shipping param
andrea longhi
2020-02-03
Add support for modifying order params
Jared Norman
2020-01-14
Add SolidusTaxJar::APIParams.tax_rate_address_params
andrea longhi
2019-06-26
Add order number to params logging
Jared Norman
2019-06-25
Add logging
Jared Norman
2019-05-13
Send customer_id to TaxJar API
Jared Norman
2019-04-24
More hacks to handle zero dollar orders
Jared Norman
2019-04-24
Report no tax collected when order zeroed out
Jared Norman
2019-04-11
Avoid sending negative order totals
Jared Norman
2019-04-11
Avoid sending 0 quantity line items
Jared Norman
2019-04-05
Make shipping amount calculator configurable
Jared Norman
2019-03-19
Report full line item list for transactions
Jared Norman
2019-01-31
Add ability to create refunds
Jared Norman
2019-01-30
Add ability to create order transactions
Jared Norman
2019-01-30
Extract address lookup params as well
Jared Norman
2019-01-30
Introduce class to handle param generation
Jared Norman