Skip to content

Commit

Permalink
fix: remove var dump comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcuzz committed Dec 21, 2021
1 parent 8b38d9f commit 106ac42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/wc-gateway-vipps-recurring.php
Original file line number Diff line number Diff line change
Expand Up @@ -1510,8 +1510,6 @@ public function process_payment( $order_id, bool $retry = true, bool $previous_e
];
}

// die( var_dump( $agreement_body ) );

$idempotency_key = $this->get_idempotence_key( $order );
$response = $this->api->create_agreement( $agreement_body, $idempotency_key );

Expand Down

0 comments on commit 106ac42

Please sign in to comment.