Skip to content

Commit

Permalink
Adds Additional CC payment fields (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
orenf committed Jul 22, 2023
1 parent b96fb05 commit 6c1a712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/netsuite/records/sales_order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class SalesOrder
:start_date, :status, :sync_partner_teams, :sync_sales_teams, :tax2_total, :tax_rate, :to_be_emailed, :to_be_faxed,
:to_be_printed, :total_cost_estimate, :tran_date, :tran_id, :tran_is_vsoe_bundle, :vat_reg_num,
:linked_tracking_numbers, :vsoe_auto_calc, :quantity, :bill_city, :bill_state, :ship_city, :ship_state, :cost_estimate,
:amount, :is_ship_address, :auth_code, :pn_ref_num, :is_multi_ship_to
:amount, :is_ship_address, :auth_code, :pn_ref_num, :is_multi_ship_to, :cc_number, :cc_name, :cc_expire_date, :cc_avs_street_match,
:cc_avs_zip_match, :cc_security_code_match

# NOTE API >= 2014_2 only
field :shipping_address, Address
Expand Down

0 comments on commit 6c1a712

Please sign in to comment.