Skip to content
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

Release/3.0.0 #42

Merged
merged 23 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f9567ae
feat: pr template update (#24)
amihajlovski Feb 26, 2024
2d2bb14
Implementing Unit Test automation (#32)
dcardos May 24, 2024
f36f34d
feat: updating code owners (#31)
dcardos May 24, 2024
3178f69
Bug fix: making sure capture reference is unique (#33)
dcardos Jun 10, 2024
7f9a874
Log capture_failed notification web hook using standard payment gatew…
dcardos Jun 14, 2024
cbead9f
fix: removing deprecated paymentPspReference attribute (#36)
dcardos Jun 18, 2024
91033a9
Remove hardcoded namespace in the code (#35)
dcardos Jun 24, 2024
824928a
Logging errors in gateway logs response field (#37)
dcardos Jun 24, 2024
ba6fdf3
Minor custom metadata layout improvement and code owners update (#38)
dcardos Jun 26, 2024
683040a
Webhook HMAC Key validation (#39)
dcardos Jul 11, 2024
0ba43b0
Implementing new named credential for Adyen Checkout API Callouts (#40)
dcardos Jul 17, 2024
6831105
Improvements: automating manual steps and removing deprecated adyenOv…
dcardos Jul 23, 2024
64225f0
feat: release 3.0.0
daniloc-adyen Jul 25, 2024
9309c9c
task: changing names to avoid conflict (#43)
dcardos Jul 30, 2024
bcf4f63
feat: release 3.0.0
daniloc-adyen Jul 25, 2024
598a2d9
Merge remote-tracking branch 'origin/Release/3.0.0' into Release/3.0.0
daniloc-adyen Jul 30, 2024
7018706
task: new build with new gateway provider name and gateway class
daniloc-adyen Jul 30, 2024
cfc7ec5
fix: package incompatibility with new order save behavior (#45)
dcardos Jul 31, 2024
fbe0f64
Removing duplicated code (#44)
dcardos Jul 31, 2024
390d2b8
feat: release 3.0.0
daniloc-adyen Jul 25, 2024
b10307c
task: new build with new gateway provider name and gateway class
daniloc-adyen Jul 30, 2024
d96c0e0
Merge remote-tracking branch 'origin/Release/3.0.0' into Release/3.0.0
daniloc-adyen Jul 31, 2024
3beebf0
feat: final build release
daniloc-adyen Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: release 3.0.0
daniloc-adyen committed Jul 30, 2024
commit bcf4f6368681f08c89adeed8148d64174d7b81ba
4 changes: 2 additions & 2 deletions force-app/main/default/classes/AdyenOMSConstants.cls
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@ public with sharing class AdyenOMSConstants {

public static final String EXTERNAL_PLATFORM_NAME_FOR_APP_INFO = 'Adyen Salesforce OMS';
public static final String ADYEN_LIBRARY_NAME_FOR_APP_INFO = 'adyen-apex-api-library';
public static final String ADYEN_LIBRARY_VERSION_FOR_APP_INFO = '3.0.1';
public static final String ADYEN_LIBRARY_VERSION_FOR_APP_INFO = '3.2.0';
public static final String MERCHANT_APP_NAME_FOR_APP_INFO = 'adyen-salesforce-oms';
public static final String MERCHANT_APP_VERSION_FOR_APP_INFO = '2.1.2';
public static final String MERCHANT_APP_VERSION_FOR_APP_INFO = '3.0.0';

public static final String CARD_PAYMENT_METHOD_OBJECT = 'CardPaymentMethod';
public static final String ALTERNATIVE_PAYMENT_METHOD_OBJECT = 'AlternativePaymentMethod';
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</values>
<values>
<field>Endpoint_Api_Version__c</field>
<value xsi:type="xsd:string">/v70</value>
<value xsi:type="xsd:string">/v71</value>
</values>
<values>
<field>Endpoint_Path__c</field>
11 changes: 6 additions & 5 deletions sfdx-project.json
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@
"default": true,
"package": "Adyen Salesforce Order Management",
"definitionFile": "config/project-scratch-def.json",
"versionName": "version 2.1",
"versionNumber": "2.1.2.NEXT",
"versionName": "version 3.0",
"versionNumber": "3.0.0.NEXT",
"ancestorVersion": "HIGHEST",
"dependencies": [
{
"package": "API Library Apex Adyen@3.0.1-1"
"package": "API Library Apex Adyen@3.2.0-2"
}
]
}
@@ -20,10 +20,11 @@
"sourceApiVersion": "60.0",
"packageAliases": {
"Adyen Salesforce Order Management": "0Ho4T000000blPMSAY",
"API Library Apex Adyen@3.0.1-1": "04tRP0000000A5pYAE",
"API Library Apex Adyen@3.2.0-2": "04tRP0000000j5BYAQ",
"Adyen Salesforce Order [email protected]": "04t4T000001y7C0QAI",
"Adyen Salesforce Order [email protected]": "04tRP00000002BVYAY",
"Adyen Salesforce Order [email protected]": "04tRP0000000A7RYAU",
"Adyen Salesforce Order [email protected]": "04tRP0000000AFVYA2"
"Adyen Salesforce Order [email protected]": "04tRP0000000AFVYA2",
"Adyen Salesforce Order [email protected]": "04tRP0000000lF3YAI"
}
}