From 106ac4243df243b15257c990e415abcf3b6075d2 Mon Sep 17 00:00:00 2001 From: Marcus Dahl Date: Tue, 21 Dec 2021 16:57:07 +0100 Subject: [PATCH] fix: remove var dump comment --- includes/wc-gateway-vipps-recurring.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/wc-gateway-vipps-recurring.php b/includes/wc-gateway-vipps-recurring.php index 208a926..898f91b 100755 --- a/includes/wc-gateway-vipps-recurring.php +++ b/includes/wc-gateway-vipps-recurring.php @@ -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 );