Skip to content

Commit 24e17b6

Browse files
sachinkumarRPSachin Kumarbgiamarino
authored
Feature/mta 62 (#273)
* Resolve Static Test * added one more blank line * Resolve Integrity Test * Resolve Php Test Issue * Refactored the code * Resolve Coupling Between Objects * Resolve Type Error * Resolve functional test * Add Integration test skips for Money Order Tests * Address failed test AC-1774 * Refactor test override --------- Co-authored-by: Sachin Kumar <[email protected]> Co-authored-by: Ben Giamarino <[email protected]>
1 parent 359eb88 commit 24e17b6

File tree

131 files changed

+535
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+535
-24
lines changed

app/code/Meta/BusinessExtension/Block/Adminhtml/Setup.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Block/Adminhtml/System/Config/Field/Hidden.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* Field renderer for hidden fields
57
*/
68

7-
declare(strict_types=1);
8-
99
namespace Meta\BusinessExtension\Block\Adminhtml\System\Config\Field;
1010

1111
use Magento\Backend\Block\Template\Context;

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/AbstractAjax.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/CleanCache.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/Fbaamsettings.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/Fbdeleteasset.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/Fbpixel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/Fbprofiles.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/Fbtoken.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/PersistConfiguration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/**
36
* Copyright (c) Meta Platforms, Inc. and affiliates.
47
*

0 commit comments

Comments
 (0)