-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ECP-8692] Implement usage of pending_payment status for action requi…
…red payment attempts (#2381) * [ECP-8692] Create an observer to update the order status after checkout * [ECP-8692] Update the order on payment details * [ECP-8692] Implement status update logic after paymentsDetails call * [ECP-8692] Abstract paymentsDetails call and related response handler, refactor Return controller * [ECP-8692] Fix Order unit tests * [ECP-8692] Remove remains of remote tracking * [ECP-8692] Fix unit test * [ECP-8692] Write unit tests for AdyenPaymentsDetails class * [ECP-8692] Write unit tests for GuestAdyenPaymentsDetails class * [ECP-8692] Clean-up code duplications * [ECP-8692] Remove redundant method implementation * [ECP-8692] Write unit tests for Return/Index class * [ECP-8692] Remove redundant property * [ECP-8692] Remove redundant property * [ECP-8692] Fix condition with no redirectResponse * [ECP-8692] Write unit tests for PaymentResponseHandler class * [ECP-8692] Replace the constant for resultCode * [ECP-8692] Write unit tests for PaymentResponseHandler class * [ECP-8692] Finalise TODO * [ECP-8692] Fix unreachable statement * [ECP-8692] Increase the coverage of PaymentResponseHandler class * [ECP-8692] Write unit tests for SetOrderStateAfterPaymentObserver class * [ECP-8692] Increase test coverage * [ECP-8692] Write unit test for Order class * [ECP-8692] Write unit test for PaymentDetails class * [ECP-8692] Fix CS issues --------- Co-authored-by: hossam-adyen <132500300+hossam-adyen@users.noreply.github.com>
- Loading branch information
1 parent
f20b4f6
commit c8ba5d0
Showing
15 changed files
with
1,565 additions
and
488 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.