RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Actions
  6. rpress_complete_fooditem_purchase

rpress_complete_fooditem_purchase

This action runs once for each fooditem product that is purchased. It runs only once the payment is marked as complete.

do_action( 'rpress_complete_fooditem_purchase', $fooditem['id'], $payment_id, $fooditem_type, $fooditem, $cart_index );

How can we help?