Skip to content

Commit

Permalink
Add attributes to store information endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pedelman committed Jun 21, 2016
1 parent ac8dcb0 commit f4a633d
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions lib/bigcommerce/resources/store/store_information.rb
Expand Up @@ -7,28 +7,32 @@ class StoreInfo < Resource
include Bigcommerce::Request.new 'store'

property :id
property :domain
property :logo
property :name
property :address
property :phone
property :domain
property :address
property :currency
property :features
property :language
property :timezone
property :plan_name
property :plan_level
property :secure_url
property :admin_email
property :order_email
property :language
property :currency
property :weight_units
property :decimal_places
property :currency_symbol
property :dimension_units
property :decimal_separator
property :thousands_separator
property :decimal_places
property :dimension_decimal_places
property :dimension_decimal_token
property :dimension_thousands_token
property :currency_symbol_location
property :is_price_entered_with_tax
property :dimension_decimal_places
property :active_comparison_modules
property :weight_units
property :dimension_units
property :plan_name
property :logo
property :dimension_thousands_token
property :is_price_entered_with_tax

def self.info
get path.build
Expand Down

0 comments on commit f4a633d

Please sign in to comment.