-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ECP-9112] Fix broken feature of obtaining state data from DB (#2583)
* [ECP-9112] obtaining state data from DB and ignoring it for Giftcard type payment methods * [ECP-9112] obtaining state data from DB and ignoring it for Giftcard type payment methods * Solving Pipeline and Adding Giftcard payment method to graphql/di.xml * Solving Pipeline for failing Unit test and making the namespace correct --------- Co-authored-by: Rok Popov Ledinski <[email protected]>
- Loading branch information
1 parent
cbf8bb5
commit d5e4c51
Showing
4 changed files
with
20 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* Author: Adyen <[email protected]> | ||
*/ | ||
|
||
namespace Adyen\Payment\Test\Unit\Model; | ||
namespace Adyen\Payment\Test\Unit\Model\Sales; | ||
|
||
use Adyen\Payment\Model\Sales\OrderRepository; | ||
use Adyen\Payment\Test\Unit\AbstractAdyenTestCase; | ||
|
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