Skip to content

Commit

Permalink
Express Checkout - Can't remove invoice prefix, ref #708
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 10, 2017
1 parent f079e2d commit a619ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit a619ba5

Please sign in to comment.