Skip to content

Commit

Permalink
Include level3 data when capturing and authorization.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgascam committed Dec 14, 2023
1 parent 7a7a05e commit d82216a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function capture_authorization( WP_REST_Request $request ) {

$this->add_fraud_outcome_manual_entry( $order, 'approve' );

$result = $this->gateway->capture_charge( $order, false, $intent_metadata );
$result = $this->gateway->capture_charge( $order, true, $intent_metadata );

if ( Intent_Status::SUCCEEDED !== $result['status'] ) {
return new WP_Error(
Expand Down

0 comments on commit d82216a

Please sign in to comment.