-
Notifications
You must be signed in to change notification settings - Fork 2
BH-98761 - fixing deliveryMethodLookup #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
leemarscott
wants to merge
3
commits into
master
Choose a base branch
from
f/BH-98761
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| externalID ,clientCorporation.externalID,billingClientCorporation.externalID,billingContact.externalID,billingLocation.externalID,invoiceStatementMessageTemplate.name ,invoiceTerm.externalID,effectiveDate,title ,billingAttention,owner.name ,billingCorporateUser.name,description ,toRecipients ,ccRecipients ,bccRecipients ,status,isDeleted,customDate1,customDate2,customDate3,customFloat1,customFloat2,customFloat3,customInt1,customInt2,customInt3,customText1 ,customText2 ,customText3 ,customText4 ,customText5 ,customText6 ,customText7 ,customText8 ,customText9 ,customText10 ,customText11 ,customText12 ,customText13 ,customText14 ,customText15 ,customText16 ,customText17 ,customText18 ,customText19 ,customText20 ,customTextBlock1 ,customTextBlock2 ,customTextBlock3 | ||
| billingProfile-ext-1,clientCorporation-ext-1 ,clientCorporation-ext-1 ,clientContact-ext-1 ,location-ext-1 ,invoiceStatementMessageTemplate-ext-1,invoiceTerm-ext-1 ,2001-01-01 ,Contractor,Frank ,Sales CorporateUser,Manager CorporateUser ,Billed to Client,[email protected],[email protected],[email protected],Active,FALSE ,1/1/16 0:00,1/2/16 0:00,1/3/16 0:00,1 ,2 ,3 ,1 ,1 ,3 ,billingProfile-ext-1,custom text field 20,custom text field 3,custom text field 4,custom text field 5,custom text field 6,custom text field 7,custom text field 8,custom text field 9,custom text field 10,custom text field 11,custom text field 12,custom text field 13,custom text field 14,custom text field 15,custom text field 16,custom text field 17,custom text field 18,custom text field 19,custom text field 1,custom text block 1,custom text block 2,custom text block 3 | ||
| externalID ,clientCorporation.externalID,billingClientCorporation.externalID,billingContact.externalID,billingLocation.externalID,invoiceStatementMessageTemplate.name ,invoiceTerm.externalID,deliveryMethodLookup,effectiveDate,title ,billingAttention,owner.name ,billingCorporateUser.name,description ,toRecipients ,ccRecipients ,bccRecipients ,status,isDeleted,customDate1,customDate2,customDate3,customFloat1,customFloat2,customFloat3,customInt1,customInt2,customInt3,customText1 ,customText2 ,customText3 ,customText4 ,customText5 ,customText6 ,customText7 ,customText8 ,customText9 ,customText10 ,customText11 ,customText12 ,customText13 ,customText14 ,customText15 ,customText16 ,customText17 ,customText18 ,customText19 ,customText20 ,customTextBlock1 ,customTextBlock2 ,customTextBlock3 | ||
| billingProfile-ext-1,clientCorporation-ext-1 ,clientCorporation-ext-1 ,clientContact-ext-1 ,location-ext-1 ,invoiceStatementMessageTemplate-ext-1,invoiceTerm-ext-1 ,3 ,2001-01-01 ,Contractor,Frank ,Sales CorporateUser,Manager CorporateUser ,Billed to Client,[email protected],[email protected],[email protected],Active,FALSE ,1/1/16 0:00,1/2/16 0:00,1/3/16 0:00,1 ,2 ,3 ,1 ,1 ,3 ,billingProfile-ext-1,custom text field 20,custom text field 3,custom text field 4,custom text field 5,custom text field 6,custom text field 7,custom text field 8,custom text field 9,custom text field 10,custom text field 11,custom text field 12,custom text field 13,custom text field 14,custom text field 15,custom text field 16,custom text field 17,custom text field 18,custom text field 19,custom text field 1,custom text block 1,custom text block 2,custom text block 3 |
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These code changes look good, and I see the addition of the example for the integration test, but I don't see any new unit tests for this new functionality. You probably want to add unit tests for billing profile and entities without direct fields to populate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unit tests have been added @ndickerson