This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Update fork#1
Merged
aom merged 44 commits intosmartlyio:masterfrom Mar 8, 2019
Merged
Conversation
Finally! NetSuite added this in
Currently the namespace of the `PricingMatrix` is `platformCore`, however the webservices API expects this namespace to be `listAcct`. It also expects all of the records within the `PricingMatrix` to have the namespace of `listAcct`. In order to remedy this we will now update the namespace of the `PricingMatrix` to `listAcct` and also create records for `Price`, PriceList`, and `Pricing`. This way they can all have the correct namesapce of `listAcct`.
…ersion If the API version changed after the gem was loaded the wrong country code would be used.
Fixed 2.4 compatibility issue
Added attr_accessor for :search_joins
- Aland Islands - Caribbean Netherlands: Bonaire, Sint Eustatius and Saba - Canary Islands - Ceuta and Melilla - Saint Martin - South Sudan Additionally added Kosovo. Kosovo is not listed as an ISO standard country. The unofficial 2-digit codes are used by the European Commission and others until Kosovo is assigned an ISO code.
With this change we'll make sure we're using the right namespace for bin numbers, according to the netsuite schema documentation, both BinNumberLists and BinNumbers are defined under the listAcct namespace. We'll also extract the BinNumber class into its own file and define the proper fields for it.
Trying this trick: rvm/rvm#4457
Regression caused by #416
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.