Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0764382
improve: adjustments with back end and customer id parsing
Mar 12, 2026
0b3664c
rename variable
Mar 12, 2026
cc7cc09
fix: fixing styles and credentials saving logic
Mar 15, 2026
6185eb8
pr fix
Mar 15, 2026
38f906b
fields settings licence block logic and licence fetching
Mar 16, 2026
dc360ed
feat: generate field access token endpoint and logic implementation
Mar 16, 2026
b5adaaa
feat: add Capture option to 3D Secure failure behavior setting
Mar 16, 2026
6b92b9f
remove upgrade
Mar 16, 2026
4e7eb47
feat: add Order reference on payment page toggle to control Descripti…
Mar 17, 2026
64baef3
feat: add ConfigSet field validation, move hosted field style to gene…
Mar 17, 2026
a766c17
feat: add accessibility improvements for EAA compliance
Mar 20, 2026
54c05a0
fix(a11y): add aria-label to mobile switches and tab triggers
May 8, 2026
04934a5
fix(a11y): improve color contrast for WCAG 2.1 AA compliance
May 8, 2026
2da0b7d
fix(a11y): add aria-label to hosted field style combobox
May 8, 2026
baca7a3
fix(a11y): add focus trap to log details modal
May 8, 2026
3456d45
fix(a11y): improve contrast on SaferpayOfficial admin order buttons
May 8, 2026
a78459d
fix(a11y): add scope=col to saved cards table headers
May 8, 2026
ce8d69f
fix(a11y): improve Remove link contrast on saved cards table
May 8, 2026
634beca
revert(a11y): drop PS theme contrast overrides
May 8, 2026
3476949
fix: prevent silent save with empty or invalid API credentials
May 8, 2026
07ba05d
fix: hide Saferpay Fields section per active environment license
May 8, 2026
65152b6
fix: log license fetch failures and surface honest warning toast on save
May 8, 2026
efbf236
Merge pull request #322 from Invertus/BUGFIX/disable-save-empty-crede…
TLabutis May 15, 2026
0fd7498
Merge pull request #323 from Invertus/BUGFIX/saferpay-fields-env-lice…
TLabutis May 15, 2026
1c91872
Merge pull request #324 from Invertus/INTERNAL/license-fetch-warning-…
TLabutis May 15, 2026
5338eea
fix: break out of SaferPay iframe on payment status redirect
May 15, 2026
b558f03
fix: use location.replace and guard window.top access
May 15, 2026
b94589a
BUGFIX: payment methods default to all countries/currencies and dropd…
May 15, 2026
216b7a0
Merge pull request #326 from Invertus/BUGFIX/payment-methods-all-rest…
TLabutis May 15, 2026
e0570d9
Merge pull request #325 from Invertus/BUGFIX/iframe-redirect-top-window
TLabutis May 15, 2026
20263c3
BUGFIX: redirect customer to cart instead of order history after Safe…
May 15, 2026
bb3e081
BUGFIX: clarify Hosted field style info banner to mention Custom form…
May 15, 2026
9147de8
Merge branch 'SL-346/accessibility-eaa-compliance' into BUGFIX/abort-…
TLabutis May 15, 2026
1319947
Merge pull request #327 from Invertus/BUGFIX/abort-redirect-secure-key
TLabutis May 15, 2026
bfab294
Merge pull request #328 from Invertus/BUGFIX/clarify-hosted-field-sty…
TLabutis May 15, 2026
7743a2d
BUGFIX: validate Merchant Emails field on save
May 15, 2026
1c5f676
Merge pull request #329 from Invertus/BUGFIX/merchant-emails-validation
TLabutis May 26, 2026
15841de
BUGFIX: ensure 3DS-fail behavior overrides default payment behavior
May 26, 2026
60d1e5a
BUGFIX: de-duplicate ApiRequest error logs
May 26, 2026
e1959fd
Merge remote-tracking branch 'origin/SL-358/payment-field' into SL-34…
Jul 9, 2026
a6e3e4d
Merge pull request #320 from Invertus/SL-346/accessibility-eaa-compli…
justelis22 Jul 9, 2026
2001b75
Merge pull request #319 from Invertus/SL-358/payment-field
justelis22 Jul 9, 2026
87bcdd1
Merge pull request #318 from Invertus/SL-356/configurable-payment-des…
justelis22 Jul 9, 2026
84f1437
Merge pull request #317 from Invertus/SL-355/payment-capture-3ds
justelis22 Jul 9, 2026
2641c24
Merge pull request #316 from Invertus/SL-353/fields-settings-licence
justelis22 Jul 9, 2026
92388c5
Merge pull request #315 from Invertus/SL-350/overall-design-changes
justelis22 Jul 9, 2026
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
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@ test-e2e-headless-1786:
build-react:
cd views/js/admin/settings-app && pnpm install && pnpm run build

# target: dev-react - Start React dev server with HMR
dev-react:
cd views/js/admin/settings-app && pnpm dev

# target: watch-react - Build React app and watch for changes
watch-react:
cd views/js/admin/settings-app && pnpm run build --watch

# target: lint-react - Run TypeScript type check
lint-react:
cd views/js/admin/settings-app && pnpm run tsc --noEmit

prepare-zip:
rm -rf vendor && \
composer install --no-dev --optimize-autoloader && \
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,7 @@
## [2.0.2]
- Remove WL Crypto payment method
- Added setting to toggle order confirmation email sending
- Added feature to group card payment methods into unified "Card" payment method
- Added feature to group card payment methods into unified "Card" payment method
- Fixed issue when newly enabled payment methods did not appear in checkout because default "all countries/currencies" restriction was not created on save
- Fixed issue when payment method country/currency dropdowns showed "0" instead of indicating that all countries/currencies are allowed
- BO : Added validation for Merchant Emails field (frontend + backend) to prevent saving invalid addresses
90 changes: 0 additions & 90 deletions controllers/admin/AdminSaferPayOfficialFieldsController.php

This file was deleted.

Loading
Loading