src/GMO/ImmediatePayment.php
Showing 2 of 2 total issues
Method execute
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Confirmed
Confirmed
public function execute() { $this->checkRequiredVars([ 'paymentId', 'amount',
Function execute
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Confirmed
Confirmed
public function execute() { $this->checkRequiredVars([ 'paymentId', 'amount',
- Read upRead up