File tree 2 files changed +4
-2
lines changed
app/code/Magento/PaypalGraphQl
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ public function __construct(
53
53
* @param Observer $observer
54
54
*
55
55
* @throws GraphQlInputException
56
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
56
57
*/
57
58
public function execute (Observer $ observer )
58
59
{
@@ -64,7 +65,7 @@ public function execute(Observer $observer)
64
65
return ;
65
66
}
66
67
67
- if ($ this ->customerSession ->isLoggedIn () && $ this ->isPayflowProVaultEnable ()) {
68
+ if ($ this ->customerSession ->isLoggedIn () && $ this ->isPayflowProVaultEnable ()) {
68
69
if (!isset ($ additionalData [self ::IS_ACTIVE_PAYMENT_TOKEN_ENABLER ])) {
69
70
throw new GraphQlInputException (
70
71
__ ('Required parameter "is_active_payment_token_enabler" is missing. ' )
Original file line number Diff line number Diff line change 13
13
"magento/module-quote-graph-ql" : " *" ,
14
14
"magento/module-sales" : " *" ,
15
15
"magento/module-payment" : " *" ,
16
- "magento/module-store" : " *"
16
+ "magento/module-store" : " *" ,
17
+ "magento/module-customer" : " *"
17
18
},
18
19
"suggest" : {
19
20
"magento/module-graph-ql" : " *"
You can’t perform that action at this time.
0 commit comments