Skip to content

Commit

Permalink
Add support for Alma
Browse files Browse the repository at this point in the history
ISSUE: ACS1ASALIC-1
  • Loading branch information
AleksandarBoljanovic committed Dec 19, 2023
1 parent ac5d9d7 commit 1f63f15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
6 changes: 4 additions & 2 deletions Resources/views/backend/_resources/js/PaymentsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ if (!window.AdyenFE) {
swish: 'swish',
trustly: 'trustly',
twint: 'twint',
vipps: 'vipps'
vipps: 'vipps',
alma: 'alma'
};

const methodTypes = [
Expand Down Expand Up @@ -239,7 +240,8 @@ if (!window.AdyenFE) {
'prosodie_illicado',
'twint',
'paysafecard',
'bcmc_mobile'
'bcmc_mobile',
'alma'
];

const supportsRecurringPayments = [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": "^7.2|^7.4|^8.0",
"ext-json": "*",
"ext-zip": "*",
"adyen/integration-core": "1.1.0",
"adyen/integration-core": "dev-dev",
"ext-simplexml": "*"
},
"minimum-stability": "dev",
Expand Down
18 changes: 10 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f63f15

Please sign in to comment.