Error 409 Conflict

POST https://www.gamechange.fr/add-payment

Query Metrics

9 Database Queries
7 Different statements
4.81 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.20 ms
(45.72%)
1
"ROLLBACK"
Parameters:
[]
0.69 ms
(14.33%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "HIBOUTIK_ACCOUNT"
]
0.56 ms
(11.69%)
1
UPDATE `order` SET hiboutik_id = ? WHERE id = ?
Parameters:
[
  "10"
  12185
]
0.38 ms
(7.96%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  14
]
0.38 ms
(7.82%)
1
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.product_name AS product_name_3, t0.unit_price AS unit_price_4, t0.qty AS qty_5, t0.options AS options_6, t0.comment AS comment_7, t0.meta AS meta_8, t0.valid_creneau AS valid_creneau_9, t0.unit_price_ht AS unit_price_ht_10, t0.vat_rate AS vat_rate_11, t0.line_ht AS line_ht_12, t0.line_vat AS line_vat_13, t0.line_ttc AS line_ttc_14, t0.order_ref_id AS order_ref_id_15 FROM order_line t0 WHERE t0.order_ref_id = ?
Parameters:
[
  12185
]
0.37 ms
(7.74%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.customer_name AS customer_name_3, t0.customer_phone AS customer_phone_4, t0.comment AS comment_5, t0.service AS service_6, t0.service_date AS service_date_7, t0.slot AS slot_8, t0.created_at AS created_at_9, t0.locked AS locked_10, t0.validated_at_utc AS validated_at_utc_11, t0.subtotal_ttc AS subtotal_ttc_12, t0.discount_amount AS discount_amount_13, t0.discount_label AS discount_label_14, t0.total_ttc AS total_ttc_15, t0.prev_hash AS prev_hash_16, t0.entry_hash AS entry_hash_17, t0.signature AS signature_18, t0.key_id AS key_id_19, t0.hiboutik_id AS hiboutik_id_20, t0.uber_id AS uber_id_21, t0.cancel_origin_id AS cancel_origin_id_22, t0.gift_code_id AS gift_code_id_23 FROM `order` t0 WHERE t0.id = ?
Parameters:
[
  12185
]
0.23 ms
(4.74%)
1
"START TRANSACTION"
Parameters:
[]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Order No errors.
App\Entity\GiftCode No errors.
App\Entity\OrderLine No errors.
App\Entity\Setting No errors.