File tree Expand file tree Collapse file tree 7 files changed +363
-218
lines changed
dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model
lib/internal/Magento/Framework/Webapi Expand file tree Collapse file tree 7 files changed +363
-218
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Paypal \Model \Payflow ;
9
9
10
- use Magento \Framework \Exception \LocalizedException ;
11
- use Magento \Framework \Exception \State \InvalidTransitionException ;
12
10
use Magento \Payment \Helper \Formatter ;
13
11
use Magento \Payment \Model \InfoInterface ;
14
- use Magento \Payment \Model \Method \ConfigInterfaceFactory ;
15
- use Magento \Payment \Model \Method \TransparentInterface ;
16
- use Magento \Paypal \Model \Payflow \Service \Gateway ;
17
- use Magento \Paypal \Model \Payflow \Service \Response \Handler \HandlerInterface ;
18
- use Magento \Paypal \Model \Payflow \Service \Response \Validator \ResponseValidator ;
19
12
use Magento \Paypal \Model \Payflowpro ;
20
13
use Magento \Sales \Api \Data \OrderPaymentExtensionInterfaceFactory ;
21
14
use Magento \Sales \Model \Order \Payment ;
15
+ use Magento \Paypal \Model \Payflow \Service \Gateway ;
16
+ use Magento \Framework \Exception \LocalizedException ;
17
+ use Magento \Payment \Model \Method \TransparentInterface ;
18
+ use Magento \Payment \Model \Method \ConfigInterfaceFactory ;
19
+ use Magento \Framework \Exception \State \InvalidTransitionException ;
20
+ use Magento \Paypal \Model \Payflow \Service \Response \Handler \HandlerInterface ;
21
+ use Magento \Paypal \Model \Payflow \Service \Response \Validator \ResponseValidator ;
22
22
use Magento \Vault \Api \Data \PaymentTokenInterface ;
23
23
use Magento \Vault \Api \Data \PaymentTokenInterfaceFactory ;
24
24
Original file line number Diff line number Diff line change 14
14
use Magento \Framework \Exception \LocalizedException ;
15
15
use Magento \Framework \Exception \StateException ;
16
16
use Magento \Quote \Api \Data \PaymentInterface ;
17
- use Magento \Quote \Model \Quote as QuoteEntity ;
18
17
use Magento \Quote \Model \Quote \Address \ToOrder as ToOrderConverter ;
19
18
use Magento \Quote \Model \Quote \Address \ToOrderAddress as ToOrderAddressConverter ;
19
+ use Magento \Quote \Model \Quote as QuoteEntity ;
20
20
use Magento \Quote \Model \Quote \Item \ToOrderItem as ToOrderItemConverter ;
21
21
use Magento \Quote \Model \Quote \Payment \ToOrderPayment as ToOrderPaymentConverter ;
22
22
use Magento \Sales \Api \Data \OrderInterfaceFactory as OrderFactory ;
Original file line number Diff line number Diff line change 8
8
9
9
use Magento \Framework \App \ObjectManager ;
10
10
use Magento \Framework \Pricing \PriceCurrencyInterface ;
11
- use Magento \Sales \Api \CreditmemoManagementInterface as CreditmemoManager ;
12
11
use Magento \Sales \Api \Data \OrderPaymentInterface ;
13
12
use Magento \Sales \Api \OrderRepositoryInterface ;
14
13
use Magento \Sales \Model \Order ;
15
14
use Magento \Sales \Model \Order \Payment \Info ;
16
15
use Magento \Sales \Model \Order \Payment \Transaction ;
17
16
use Magento \Sales \Model \Order \Payment \Transaction \ManagerInterface ;
17
+ use Magento \Sales \Api \CreditmemoManagementInterface as CreditmemoManager ;
18
18
19
19
/**
20
20
* Order payment information
Original file line number Diff line number Diff line change 7
7
namespace Magento \User \Model ;
8
8
9
9
use Magento \Backend \Model \Auth \Credential \StorageInterface ;
10
- use Magento \Framework \App \DeploymentConfig ;
11
10
use Magento \Framework \App \ObjectManager ;
12
- use Magento \Framework \Exception \AuthenticationException ;
13
11
use Magento \Framework \Model \AbstractModel ;
12
+ use Magento \Framework \Exception \AuthenticationException ;
14
13
use Magento \Framework \Serialize \Serializer \Json ;
15
14
use Magento \User \Api \Data \UserInterface ;
16
15
use Magento \User \Model \Spi \NotificationExceptionInterface ;
17
16
use Magento \User \Model \Spi \NotificatorInterface ;
17
+ use Magento \Framework \App \DeploymentConfig ;
18
18
19
19
/**
20
20
* Admin user model
You can’t perform that action at this time.
0 commit comments