-
Notifications
You must be signed in to change notification settings - Fork 76
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
@W-14886263 - Update Apex for Delivery Estimation #301
Merged
tarcang
merged 31 commits into
forcedotcom:develop
from
gurpreetsainisalesforce:develop
Jan 30, 2024
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d1de810
Update: Heroku Deprecation
gurpreetsainisalesforce 90ca54b
Update: Use example.com as the hostname
gurpreetsainisalesforce d3ab189
Update: PR Feedback
gurpreetsainisalesforce 5ed07bf
Update: heroku url remote site
gurpreetsainisalesforce 2e45de9
Update: B2B Samples
gurpreetsainisalesforce 1a46d77
Update: Fix Compilation Issues
gurpreetsainisalesforce 060e425
Update: Revert with sharing and security enforced
gurpreetsainisalesforce 323a1a7
Update: Cleanup
gurpreetsainisalesforce ccb9c64
Update: Cleanup
gurpreetsainisalesforce 336f98c
Update: Cleanup
gurpreetsainisalesforce ecd1258
Update: Sync Integrations
gurpreetsainisalesforce 571fd7a
Update: After SFDX Runs
gurpreetsainisalesforce 5d5c511
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce b9d2184
Update: Remove References to Custom Labels
gurpreetsainisalesforce 947d678
Update: Revert B2B Aura Sample
gurpreetsainisalesforce b787ab9
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce d57daab
Update: Revert B2B Aura Sample
gurpreetsainisalesforce 7a57dec
Update: Revert B2B Aura Sample
gurpreetsainisalesforce b811311
Update: Revert B2B Aura Sample
gurpreetsainisalesforce 9706330
Update: Fix B2BTaxSample
gurpreetsainisalesforce 7ae2f27
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce 2be08a6
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce 2a6fb5b
Update: B2BSyncTax to consider United States
gurpreetsainisalesforce 05010f4
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce 71e690b
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce 6530644
@W-14886263 - Update Apex for Delivery Estimation
gurpreetsainisalesforce 94ecc07
Update API version to 61
gurpreetsainisalesforce 7cf0d9e
Update: Remvoe hardcoding Class Name
gurpreetsainisalesforce f93fe99
Merge branch 'forcedotcom:develop' into develop
gurpreetsainisalesforce f202b98
Update: Remvoe hardcoding Class Name
gurpreetsainisalesforce 6e3d59a
Update: Compilation Failure
gurpreetsainisalesforce 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 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
2 changes: 1 addition & 1 deletion
2
examples/b2c/checkout/integrations/classes/B2CDeliverySample.cls-meta.xml
This file contains 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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>59.0</apiVersion> | ||
<apiVersion>61.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
Oops, something went wrong.
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.
This is CartDeliveryGroupMethodDto, correct?
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.
@wei-liu-salesforce We do not use DTO in legacy Apex Integration Samples.