Skip to content

Commit

Permalink
PayPal Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jul 9, 2019
1 parent 182b465 commit 1114c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-woo-paypal-here-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ public function process_payment($order_id) {
if ($this->order_item['shippingamt'] > 0) {
//$this->invoice['shippingAmount'] = $this->order_item['shippingamt'];
}
$this->invoice['referrerCode'] = 'AngellEye_SP_PPH';
$this->add_log('WooCommerce Version: ' . print_r(WC_VERSION, true));
$this->add_log('PayPal Here for WooCommerce Version: ' . print_r(WOO_PAYPAL_HERE_VERSION, true));
$this->add_log('Order ID: ' . print_r($order_id, true));
Expand Down

0 comments on commit 1114c45

Please sign in to comment.