Skip to content

Commit cc429a4

Browse files
authored
Merge pull request #156 from millerjs/add-customer-form-fields-property
Add form_fields to Customer
2 parents db2d591 + 2836b4d commit cc429a4

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
@@ -28,6 +28,7 @@ class Customer < Resource
2828
property :addresses
2929
property :tax_exempt_category
3030
property :accepts_marketing
31+
property :form_fields
3132

3233
def self.count(params = {})
3334
get 'customers/count', params

0 commit comments

Comments
 (0)