File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Meta/BusinessExtension
Controller/Adminhtml/Ajax Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function __construct(
60
60
JsonFactory $ resultJsonFactory ,
61
61
FBEHelper $ fbeHelper ,
62
62
MBEInstalls $ mbeInstalls ,
63
- RequestInterface $ request,
63
+ RequestInterface $ request
64
64
) {
65
65
$ this ->resultJsonFactory = $ resultJsonFactory ;
66
66
$ this ->fbeHelper = $ fbeHelper ;
@@ -109,7 +109,7 @@ public function repairCommercePartnerIntegration()
109
109
'success ' => false ,
110
110
];
111
111
}
112
- $ this ->mbeInstalls ->repairCommercePartnerIntegration ($ storeId );
112
+ $ this ->mbeInstalls ->repairCommercePartnerIntegration ($ storeId );
113
113
return [
114
114
'success ' => true ,
115
115
];
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public function __construct(
95
95
SystemConfig $ systemConfig ,
96
96
ProductMetadataInterface $ productMetadata ,
97
97
GraphAPIConfig $ graphAPIConfig ,
98
- GraphAPIAdapter $ graphAPIAdapter,
98
+ GraphAPIAdapter $ graphAPIAdapter
99
99
) {
100
100
$ this ->objectManager = $ objectManager ;
101
101
$ this ->storeManager = $ storeManager ;
You can’t perform that action at this time.
0 commit comments