Skip to content

Commit

Permalink
Merge pull request #48 from Adyen/release/2.2.1
Browse files Browse the repository at this point in the history
Release/2.2.1
  • Loading branch information
dcardos authored Jun 12, 2024
2 parents fef118c + 74122b9 commit c35ad14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/AdyenB2BConstants.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ public with sharing class AdyenB2BConstants {
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.1.1';
public static final String MERCHANT_APP_NAME_FOR_APP_INFO = 'adyen-salesforce-b2b-lwr';
public static final String MERCHANT_APP_VERSION_FOR_APP_INFO = '2.2.0';
public static final String MERCHANT_APP_VERSION_FOR_APP_INFO = '2.2.1';

public static final String PSP_REFERENCE_KEY = 'pspReference';

Expand Down
5 changes: 3 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"default": true,
"package": "Adyen Payments for B2B Lightning",
"versionName": "version 2.2",
"versionNumber": "2.2.0.NEXT",
"versionNumber": "2.2.1.NEXT",
"definitionFile": "config/project-scratch-def.json",
"ancestorVersion": "HIGHEST",
"dependencies": [
Expand All @@ -24,6 +24,7 @@
"Adyen Payments for B2B Lightning": "0Ho4T000000XZDuSAO",
"Adyen Payments for B2B Lightning@1.0.0-0": "04t4T000001HohjQAC",
"Adyen Payments for B2B Lightning@2.1.0-4": "04tRP0000000LAvYAM",
"Adyen Payments for B2B Lightning@2.2.0-5": "04tRP0000000YWLYA2"
"Adyen Payments for B2B Lightning@2.2.0-5": "04tRP0000000YWLYA2",
"Adyen Payments for B2B Lightning@2.2.1-1": "04tRP0000000ajRYAQ"
}
}

0 comments on commit c35ad14

Please sign in to comment.