Title: Deprecated warning
Last modified: August 21, 2016

---

# Deprecated warning

 *  Resolved [andamira](https://wordpress.org/support/users/andamira/)
 * (@andamira)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/deprecated-warning/)
 * Hi, with WP_DEBUG it shows this message of warning:
 * Deprecated: Assigning the return value of new by reference is deprecated in /
   home/user/public_html/wp-content/plugins/striper/stripe_gateway.php on line 205
 * Which is:
 *     ```
       202     public function process_payment($order_id)
       203     {
       204         global $woocommerce;
       205         $this->order        = &new WC_Order($order_id);
       206         if ($this->send_to_stripe())
       207         {
       ```
   
 * thanks !
 * [https://wordpress.org/plugins/striper/](https://wordpress.org/plugins/striper/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/deprecated-warning/#post-4593488)
 * I removed the pass by reference should be good now!
 *  Thread Starter [andamira](https://wordpress.org/support/users/andamira/)
 * (@andamira)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/deprecated-warning/#post-4593489)
 * Well, that was fast. I just confirmed this is solved. Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deprecated warning’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/striper.svg)
 * [Striper - Stripe Integration for WooCommerce](https://wordpress.org/plugins/striper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/striper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/striper/)
 * [Active Topics](https://wordpress.org/support/plugin/striper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/striper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/striper/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [andamira](https://wordpress.org/support/users/andamira/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/deprecated-warning/#post-4593489)
 * Status: resolved