Skip to content

Commit

Permalink
Make sure to define PRONAMIC_PAY_DEBUG constant (accidentally remov…
Browse files Browse the repository at this point in the history
…ed in 778b554).
  • Loading branch information
rvdsteege committed Apr 5, 2023
1 parent 36b49ac commit 6e41f23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
* @package Pronamic\WordPress\Pay
*/

if ( ! defined( 'PRONAMIC_PAY_DEBUG' ) ) {
define( 'PRONAMIC_PAY_DEBUG', false );
}

/**
* Autoload.
*/
Expand Down

0 comments on commit 6e41f23

Please sign in to comment.