nam
04/09/2018, 3:43 PM$customer = new Customer();
       $customer->externalId = $input->id;
       $customer->email = $input->email;
       $customer->firstName = $input->first_name;
       $customer->isPerson = true;
       $customer->receivablesAccount = config("netsuite.accounting.receivablesAccount");
       $customer->currency = "EUR";
       $customer->currencyList = [1,2,3,4,5,6,7];
and I always got this error
 <platformCore:statusDetail type="ERROR">
                        <platformCore:code>USER_ERROR</platformCore:code>
                        <platformCore:message>You cannot delete the primary currency.</platformCore:message>
                    </platformCore:statusDetail>