-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Ruby and Rails versions, refactor LHV payment processing
- Upgrade Ruby from 3.2.0 to 3.2.2 - Upgrade Rails from 7.0.7.1 to 7.1.3 - Update Dockerfile to use internetee/ruby:3.2.2-bullseye base image - Refactor PaymentLhvConnectJob: - Extract API initialization to separate method - Add transaction filtering for card payments, auction portal payments, and account interest entries - Improve SSL verification logic - Add comprehensive test coverage for transaction filtering - Update various gem dependencies
- Loading branch information
1 parent
6154d4c
commit 26bfe80
Showing
2 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,6 @@ vendor/gems | |
/public/assets | ||
/public/packs | ||
/public/packs-test | ||
/public/assets/ | ||
/public/assets/ | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters