https://api.dev.talloverde.com/api/payments/mp_notification?data.id=1325706148&q=%2Fapi%2Fpayments%2Fmp_notification&source_news=webhooks&type=payment Return to referer URL

Query Metrics

2 Database Queries
2 Different statements
5.85 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.visible AS visible_3 FROM payment_method t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  5
]
2 5.25 ms
SELECT t0.id AS id_1, t0.order_id AS order_id_2, t0.status AS status_3, t0.total AS total_4, t0.payment_type AS payment_type_5, t0.payment_sub_type AS payment_sub_type_6, t0.authorization_code AS authorization_code_7, t0.external_id AS external_id_8, t0.payment_date AS payment_date_9, t0.payment_expiration_date AS payment_expiration_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.payment_method_id AS payment_method_id_13, t0.created_by_id AS created_by_id_14, t0.updated_by_id AS updated_by_id_15 FROM payment t0 WHERE t0.external_id = ? LIMIT 1
Parameters:
[
  "1325706148"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Payment\Entity\Payment No errors.
App\Payment\Entity\PaymentMethod No errors.
App\Payment\Entity\CashAccount No errors.
App\Payment\Entity\CashAccountMovement No errors.
App\Core\Entity\Parameter No errors.
App\Order\Entity\Order No errors.
App\Order\Entity\Cart
  • The field App\Order\Entity\Cart#items is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Order\Entity\CartItem#cart does not contain the required 'inversedBy="items"' attribute.
App\Delivery\Entity\DeliveryZone No errors.
App\Delivery\Entity\DeliverySchedule No errors.
App\Stock\Entity\StockItem No errors.
App\Stock\Entity\StockMovement No errors.
App\Product\Entity\Product No errors.
App\Authentication\Entity\User No errors.