diff --git a/classes/wc-gateway-paypal-express-angelleye.php b/classes/wc-gateway-paypal-express-angelleye.php index 87ca543a0..95af76cf2 100644 --- a/classes/wc-gateway-paypal-express-angelleye.php +++ b/classes/wc-gateway-paypal-express-angelleye.php @@ -83,7 +83,7 @@ public function __construct() { $this->is_encrypt = $this->get_option('is_encrypt', 'no'); $this->cancel_page_id = $this->get_option('cancel_page', ''); $this->fraud_management_filters = $this->get_option('fraud_management_filters', 'place_order_on_hold_for_further_review'); - $this->invoice_id_prefix = $this->get_option('invoice_id_prefix', 'WC-EC'); + $this->invoice_id_prefix = $this->get_option('invoice_id_prefix', ''); if ($this->enable_notifyurl == 'yes') { $this->notifyurl = $this->get_option('notifyurl'); if (isset($this->notifyurl) && !empty($this->notifyurl)) {