Skip to content

Commit

Permalink
Merge pull request #94 from alma/chore/changelog
Browse files Browse the repository at this point in the history
chore changelog
  • Loading branch information
joyet-simon authored Mar 21, 2024
2 parents 3f9cb42 + a13b303 commit 0b19d57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG
=========
v4.5.1
------
* Feat: allow In-Page for deferred payment

v4.5.0
------
Expand Down
2 changes: 1 addition & 1 deletion cartridges/int_alma/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.5.0",
"version": "4.5.1",
"hooks": "./hooks.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alma-sfcc-plugin",
"version": "4.5.0",
"version": "4.5.1",
"description": "Alma SFCC integration plugin",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/mocks/helpers/almaPaymentHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function resolvedPaymentData(installmentsCount, defferedDays, locale, origin, ha
custom_data: {
cms_name: 'SFCC',
cms_version: '4.0.0',
alma_plugin_version: '4.5.0'
alma_plugin_version: '4.5.1'
}
},
customer: {
Expand Down

0 comments on commit 0b19d57

Please sign in to comment.