collizo4sky/omnipay-2checkout

View on GitHub
src/Message/TokenPurchaseRequest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getData has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getData()
    {
        $this->validate('accountNumber', 'privateKey', 'token', 'amount', 'transactionId');

        $data = array();
Severity: Minor
Found in src/Message/TokenPurchaseRequest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status