diff options
author | Jared Norman <jared@super.gd> | 2019-01-21 21:39:33 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-01-21 21:39:33 -0800 |
commit | 98a48f094eedbd7c1e78c5f5864c3a7ff20de8e0 (patch) | |
tree | 2e585bf151f22979c960e96868b675fe52f2ec11 | |
parent | 40b63f8f069b6d869619bbfcb1554a7e7cbcbe57 (diff) |
Correct typo in READMEv0.1.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ This is not a fork of [spree_taxjar](https://github.com/vinsol-spree-contrib/spr SuperGood::SolidusTaxJar::TaxCalculator.exception_handler = ->(e) { # Report exceptions in here. For example, if you were using the Sentry's # raven-ruby gem to report errors, you might do this: - Raven.capture_exception(exception) + Raven.capture_exception(e) } ``` |