-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure folders for logging and webhooks #1059
Merged
zenit2001
merged 9 commits into
feature/SFI-544-separate-cartridges
from
improvement/SFI-631-restructure-folders
Mar 21, 2024
Merged
Restructure folders for logging and webhooks #1059
zenit2001
merged 9 commits into
feature/SFI-544-separate-cartridges
from
improvement/SFI-631-restructure-folders
Mar 21, 2024
Conversation
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
Quality Gate failedFailed conditions |
zenit2001
requested review from
maassenbas,
amihajlovski and
shanikantsingh
as code owners
March 21, 2024 09:53
amihajlovski
approved these changes
Mar 21, 2024
shanikantsingh
approved these changes
Mar 21, 2024
zenit2001
merged commit Mar 21, 2024
40b2711
into
feature/SFI-544-separate-cartridges
15 of 16 checks passed
zenit2001
added a commit
that referenced
this pull request
Apr 23, 2024
* Move BE code to int_adyen_SFRA (#1056) * move frontend code to app_adyen_SFRA (#1057) * Get checkout payment methods adjustment (#1046) * Replaced /sessions with /paymentMethods for apple pay express (#1047) * Replaced /sessions with /paymentMethods from end of checkout (#1049) * Remove sessions call from My Account (#1050) * chore: removed /sessions related code from the cartridge (#1051) * chore: removed services for sessions (#1053) * chore: disabled linter temporarily * chore: updated eslint ignore * chore: move frontend code to app_adyen_SFRA * chore: fix eslint issues --------- Co-authored-by: Zenit Shkreli <[email protected]> * Restructure folders for logging and webhooks (#1059) * chore: added lint to some files in int_adyen_SFRA (#1060) * Moved all adyen util files to the same folder (#1061) * Passing amount to giftcard component on creation (#1066) * Moved adyen scripts under the same directory and groupped them based on functionality (#1064) * GitHub pipeline adjustement (#1065) * Merging changes of develop into SFI-544 (#1068) * chore: added paypal line items feature * chore: added tests for paypal line items --------- Co-authored-by: Shani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Describe the changes proposed in this pull request:
Restructuring the back-end files inside
int_adyen_SFRA
folderIt creates a new folder which contains Adyen related files, and moves there the logging and webhook related logic.
Tested scenarios
Description of tested scenarios:
Fixed issue: SFI-631