Skip to content

Added new fields to payment_order creation form #219

Added new fields to payment_order creation form

Added new fields to payment_order creation form #219

Triggered via push October 3, 2024 22:23
Status Failure
Total duration 57s
Artifacts
Static analysis
48s
Static analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Static analysis: src/Controller/FileContoller.php#L84
Call to an undefined method App\Entity\PaymentOrder::getConfirm1Token().
Static analysis: src/Controller/FileContoller.php#L84
Call to an undefined method App\Entity\PaymentOrder::getConfirm2Token().
Static analysis: src/Controller/PaymentOrderController.php#L117
Call to an undefined method App\Entity\PaymentOrder::getFirstName().
Static analysis: src/Controller/PaymentOrderController.php#L118
Call to an undefined method App\Entity\PaymentOrder::getLastName().
Static analysis: src/Controller/PaymentOrderController.php#L177
Call to an undefined method App\Entity\PaymentOrder::getFirstName().
Static analysis: src/Controller/PaymentOrderController.php#L177
Call to an undefined method App\Entity\PaymentOrder::setFirstName().
Static analysis: src/Controller/PaymentOrderController.php#L178
Call to an undefined method App\Entity\PaymentOrder::getLastName().
Static analysis: src/Controller/PaymentOrderController.php#L178
Call to an undefined method App\Entity\PaymentOrder::setLastName().
Static analysis: src/DataFixtures/PaymentOrderFixture.php#L20
Call to an undefined method App\Entity\PaymentOrder::setFirstName().
Static analysis: src/DataFixtures/PaymentOrderFixture.php#L21
Call to an undefined method App\Entity\PaymentOrder::setLastName().
Static analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/