Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jan 20, 2021
1 parent 2784d2a commit fe3d343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public function redirect_for_payment( $entry_id, $form_id ) {
}

$entry = \FrmEntry::getOne( $entry_id, true );
var_dump( $entry );exit;

/**
* Build payment.
*/
Expand Down

0 comments on commit fe3d343

Please sign in to comment.