Fix undefined variable

This commit is contained in:
grandeljay 2023-01-28 15:00:52 +01:00
parent e7c788715e
commit 3cc4f20a97

View file

@ -182,7 +182,7 @@ switch ($_SERVER['REQUEST_METHOD']) {
:wish_price
);',
array(
'wish_id' => $wish_id,
'wish_id' => $wish->id,
'wish_price' => $wish_price,
)
);