Skip to content

Commit

Permalink
Merge pull request #3386 from peterberkenbosch/fix-typo-in-vat-docume…
Browse files Browse the repository at this point in the history
…ntation

[doc] Document the config assigment for vat_country_iso
  • Loading branch information
spaghetticode authored Oct 22, 2019
2 parents 0d658a3 + 8c648a8 commit 3ba2ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/developers/taxation/displaying-prices.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ administrator lives in Germany, you could change the configured value to the
ISO code for Germany:

```ruby
Spree::Config.admin_vat_country_iso == "DE"
Spree::Config.admin_vat_country_iso = "DE"
```

## Anticipate the customer's tax jurisdiction
Expand Down Expand Up @@ -79,5 +79,5 @@ options][pricing-options] for more information.

[pricing-options]: https://github.com/solidusio/solidus/blob/master/core/app/models/spree/variant/pricing_options.rb
[pricing-options-spec]: https://github.com/solidusio/solidus/blob/master/core/spec/models/spree/variant/pricing_options_spec.rb
[price-selector]: https://github.com/solidusio/solidus/blob/master/core/app/models/spree/variant/price_selector.rb
[price-selector]: https://github.com/solidusio/solidus/blob/master/core/app/models/spree/variant/price_selector.rb
[price-selector-spec]: https://github.com/solidusio/solidus/blob/master/core/spec/models/spree/variant/price_selector_spec.rb

0 comments on commit 3ba2ba3

Please sign in to comment.