Skip to content

Commit 8247ea2

Browse files
authored
Merge pull request #132 from kevy/strukturedkaos/customer-property-accepts-marketing
Adds accepts_marketing property to Customer resource
2 parents 9844fa6 + ca909f5 commit 8247ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bigcommerce/resources/customers/customer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Customer < Resource
2525
property :notes
2626
property :addresses
2727
property :tax_exempt_category
28+
property :accepts_marketing
2829

2930
def self.count(params = {})
3031
get 'customers/count', params

0 commit comments

Comments
 (0)