Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
81e087f
Add form validation for payment methods and required fields
openhands-agent Apr 17, 2025
4c65106
Improve form validation with inline error messages and translations
openhands-agent Apr 17, 2025
857fcb6
Add required attribute to payment method fields without changing erro…
openhands-agent Apr 17, 2025
1873e66
Implement dynamic required field validation with error messages
openhands-agent Apr 17, 2025
932d835
Fix payment method validation for internet-banks and credit cards
openhands-agent Apr 17, 2025
6da8f9a
Fix IBAN validation for pre-checked internet-bank methods
openhands-agent Apr 17, 2025
f54a01f
Fix IBAN validation and console errors
openhands-agent Apr 17, 2025
566311c
Add form validation for payment methods and required fields
openhands-agent Apr 17, 2025
3152182
Enhance form validation for payment methods and required fields
openhands-agent Apr 17, 2025
b7823f5
Fix form validation issues with SEB and other payment methods
openhands-agent Apr 17, 2025
66abd1d
Fix form validation issues with SEB and other payment methods
openhands-agent Apr 17, 2025
dcb26d7
Fix IBAN validation on initial load and when clicking Next button
openhands-agent Apr 17, 2025
bdaf1db
Fix IBAN validation when landing on Step 3 and improve SEB validation
openhands-agent Apr 17, 2025
8be7e46
Enhance updateIbanRequiredStatus function with better validation and …
openhands-agent Apr 17, 2025
fbd254a
Fix bank toggle buttons and improve validation on Step 3
openhands-agent Apr 17, 2025
b99f3b4
Enhance form validation in validateAndSubmitForm function
openhands-agent Apr 17, 2025
700df2f
Enable Swedbank, LHV, and Coop toggles by default and improve initial…
openhands-agent Apr 17, 2025
e0aa293
Add form validation translations to all language files
openhands-agent Apr 21, 2025
af732fb
Fix form validation translations display in frontend
openhands-agent Apr 22, 2025
262260b
Fix form validation translations display in frontend
openhands-agent Apr 22, 2025
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8.0|^8.2",
"alkhwlani/xss-middleware": "^2.0",
"barryvdh/laravel-dompdf": "^1.0",
"fideloper/proxy": "^4.4",
Expand Down
Loading