Skip to content

Commit

Permalink
Fixing customer spec
Browse files Browse the repository at this point in the history
I pulled out subscription_list, it was breaking upsert. We can re-implement later.
  • Loading branch information
iloveitaly committed Aug 27, 2015
1 parent f168049 commit 4ac9f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/netsuite/records/customer_spec.rb
Expand Up @@ -18,7 +18,7 @@
:password, :password2, :phone, :phonetic_name, :pref_cc_processor,:print_on_check_as,
:print_transactions, :referrer, :reminder_days, :representing_subsidiary, :require_pwd_change, :resale_number,
:sales_group, :sales_readiness, :sales_team_list, :salutation, :send_email, :ship_complete, :shipping_item,
:stage, :start_date, :subscriptions_list, :sync_partner_teams, :tax_exempt, :tax_item, :taxable,
:stage, :start_date, :sync_partner_teams, :tax_exempt, :tax_item, :taxable,
:territory, :third_party_acct, :third_party_country, :third_party_zipcode, :title, :unbilled_orders, :url,
:vat_reg_number, :visits, :web_lead
].each do |field|
Expand Down

0 comments on commit 4ac9f73

Please sign in to comment.