-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from spryker-eco/bugfix/cc-13920-submit-crefop…
…ay-payment-methods-blocked-by-payone CC-13920 Fixed payone submit behavior to unblock crefoPay and other payment methods.
- Loading branch information
Showing
3 changed files
with
11,085 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
{ | ||
"fileName": "/vendor/spryker-eco/payone/src/SprykerEco/Yves/Payone/Dependency/Client/PayoneToShipmentInterface.php", | ||
"description": "\n Bridges: The bridge interface has incorrect method 'getAvailableMethods' signature. That violates the rule \"All bridge methods must have exactly the same signature as their interface\"\n ", | ||
"rule": "BridgeMethodsRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "/vendor/spryker-eco/payone/src/SprykerEco/Zed/Payone/Business/PayoneBusinessFactory.php", | ||
"description": "\n Factories: The method SprykerEco\\Zed\\Payone\\Business\\PayoneBusinessFactory::createPaymentMapperReader() contains a \"foreach\" statement which violates rule \"Factory methods should not contain loops.\"\n ", | ||
"rule": "FactoryNoLoopsRule", | ||
"ruleset": "Spryker", | ||
"priority": "1" | ||
}, | ||
{ | ||
"fileName": "/vendor/spryker-eco/payone/src/SprykerEco/Zed/Payone/Business/PayoneFacade.php", | ||
"description": "\n Zed Business Layer - Facade: The method SprykerEco\\Zed\\Payone\\Business\\PayoneFacade::processTransactionStatusUpdate() has 2 factory calls and violates the rule \"Every Facade method should have no more than one factory call.\".\n ", | ||
"rule": "FacadeRule", | ||
"ruleset": "Spryker Zed", | ||
"priority": "1" | ||
}, | ||
{ | ||
"fileName": "/vendor/spryker-eco/payone/src/SprykerEco/Zed/Payone/Dependency/Facade/PayoneToCalculationInterface.php", | ||
"description": "\n Bridges: The bridge interface has incorrect method 'recalculateQuote' signature. That violates the rule \"All bridge methods must have exactly the same signature as their interface\"\n ", | ||
"rule": "BridgeMethodsRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "/vendor/spryker-eco/payone/src/SprykerEco/Zed/Payone/Dependency/Facade/PayoneToRefundInterface.php", | ||
"description": "\n Bridges: The bridge interface has incorrect method 'calculateRefund' signature. That violates the rule \"All bridge methods must have exactly the same signature as their interface\"\n ", | ||
"rule": "BridgeMethodsRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
} | ||
] |
Oops, something went wrong.