Skip to content

Commit

Permalink
fix(IPS): Constructor init
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Oct 11, 2024
1 parent 63c56cf commit 698e124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Gateway/Gateway_Payment_Slip_IPS_Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class Gateway_Payment_Slip_IPS_Handler {
* @param QR_Code_Manager $qrc The QR code manager.
*/
public function __construct( private QR_Code_Manager $qrc ) {
dump( current_action() );
die;
}

/**
Expand Down

0 comments on commit 698e124

Please sign in to comment.