Daniel Pritchett ⚡
Daniel Pritchett ⚡
_I'm creating this as a supplement to a ticket I just opened under [spree_active_shipping](https://github.com/spree/spree_active_shipping/issues/81)._ FedEx's publicly documented business logic makes certain shipping options only available for commercial shipments, and others...
Hi TJ! This seems like a pretty cool project and as a Go fan I think I'd prefer it to Serverless. Let me know if I can help! Thanks, Daniel...
Hi there! I have had some success following your docs to stand up a Flask app that roughly supports the restful extension API. Very cool project, thank you. I couldn't...
Looks like it should be easy and it's a nice way to let would-be contributors see what's going on: https://www.appveyor.com/docs/status-badges/
As I mentioned here https://github.com/spree-contrib/better_spree_paypal_express/pull/109#issuecomment-49096113 I'm reading through the docs (https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/) and I think I might be able to sort this out by passing the Spree order shipping address along...
Stacktrace: https://gist.github.com/dpritchett/c43a76bdc30acfa0e0cd Spree refactor: https://github.com/spree/spree/commit/0caedaaf1aa1e8bc129dc5acd90dbd9c5303004b#commitcomment-5219536 It looks like Gateway is delegating `:credit` to Paypal and that's blowing up. Not sure exactly how `delegate_belongs_to` works, but it wasn't throwing errors before...
USPS ships to military PO boxes (APO/FPO/DPO) per their site, and I've verified at least one sample military address gets a rate response. The only problem is they have different...
## Issue Description I'd like to make FedEx Ground shipments via Spree. The `:compute` method in our base class here generates ActiveShipping Location objects without specifying an :address_type, which means...
 In playing with my own Warrior I decided I wanted to teach him how to recognize individual monsters and remember them from turn to turn. I checked the RubyWarrior...