We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db2d591 + 2836b4d commit cc429a4Copy full SHA for cc429a4
lib/bigcommerce/resources/customers/customer.rb
@@ -28,6 +28,7 @@ class Customer < Resource
28
property :addresses
29
property :tax_exempt_category
30
property :accepts_marketing
31
+ property :form_fields
32
33
def self.count(params = {})
34
get 'customers/count', params
0 commit comments