Skip to content

Commit ca909f5

Browse files
author
Don Pottinger
committed
Adds accepts_marketing property to Customer resource
1 parent 9844fa6 commit ca909f5

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)