Update plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php

This commit is contained in:
Barry Hughes 2022-03-07 12:05:32 -08:00 committed by Jonathan Sadowski
parent 8d8a556e5c
commit 8be6eb4a63
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class WC_Gateway_Paypal_PDT_Handler extends WC_Gateway_Paypal_Response {
*/
public function __construct( $sandbox = false, $identity_token = '' ) {
add_action( 'woocommerce_thankyou_paypal', array( $this, 'check_response_for_order' ) );
$this->identity_token = $identity_token;
$this->sandbox = $sandbox;
}