Title: Authorize.et
Last modified: April 21, 2020

---

# Authorize.et

 *  Resolved [stinamariechris](https://wordpress.org/support/users/stinamariechris/)
 * (@stinamariechris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/)
 * Previous version worked with Authorize.net. After today’s update, the orders 
   are not completing.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fauthorize-et%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [koullis](https://wordpress.org/support/users/koullis/)
 * (@koullis)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12709363)
 * same here got an order after new update and stuck at process..
 *  [kwlodar](https://wordpress.org/support/users/kwlodar/)
 * (@kwlodar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12709415)
 * After updating to 1.2.0 orders doesn’t complete after payment. No mater what 
   gateway users pay. Any chance for a quick fix?
    Anybody know where to find previous
   version to rollback? Regards, Chris
 *  [kwlodar](https://wordpress.org/support/users/kwlodar/)
 * (@kwlodar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12709622)
 * Hi again. As I expect author won’t answer like for questions before, a believe
   I found a solution. To make virtual products complete after payment, simply add
   the code below to your functions.php file:
 *     ```
       add_action( 'woocommerce_payment_complete_order_status', 'wc_auto_complete_paid_order', 10, 3 );
       function wc_auto_complete_paid_order( $status, $order_id, $order ) {
           return 'completed';
       }
       ```
   
 * (ref: [https://stackoverflow.com/questions/35686707/woocommerce-auto-complete-paid-orders](https://stackoverflow.com/questions/35686707/woocommerce-auto-complete-paid-orders))
 * No plug-in needed. 🙂
    My first test shows that this works.
 * Best!
    Chris
 *  Thread Starter [stinamariechris](https://wordpress.org/support/users/stinamariechris/)
 * (@stinamariechris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12710023)
 * Has anyone tried setting it to mode “Any Order (Paid or Unpaid)”? [@kwlodar](https://wordpress.org/support/users/kwlodar/),
   did that work for failed orders as well?
 * I’m curious if the status will complete once the status on Authorize.net is no
   longer pending. Authorize.net takes about 24 hours, so I should know tomorrow
   and I’ll update everyone.
    -  This reply was modified 5 years, 11 months ago by [stinamariechris](https://wordpress.org/support/users/stinamariechris/).
 *  [liam239](https://wordpress.org/support/users/liam239/)
 * (@liam239)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12710525)
 * Same problem. Till it is fixed you can go back to the old version V1.1.0.
 * You can download each file here: [https://plugins.trac.wordpress.org/browser/autocomplete-woocommerce-orders/tags?order=name#1.1.0/includes](https://plugins.trac.wordpress.org/browser/autocomplete-woocommerce-orders/tags?order=name#1.1.0/includes)
   
   or here [https://plugins.svn.wordpress.org/autocomplete-woocommerce-orders/tags/1.1.0/](https://plugins.svn.wordpress.org/autocomplete-woocommerce-orders/tags/1.1.0/)
   but then you need to create each file.
 * You create the same folder structure as now in the new version or as you see 
   on your FTP. Then upload in the plugin folder and overwrite in the Plugin folder.
   
   This map/This location: /wp-content/plugins/autocomplete-woocommerce-orders
 * With the old version V1.1.0 works everthing fine with me in WC4.0.1 and WP 5.4.
   I just use it to complete my virtual and paid orders as I do not have any other
   products.
 * I have done it for me: [https://send.firefox.com/download/be2c1460e7dbd104/#WVvbktkthexfUtjixbOniQ](https://send.firefox.com/download/be2c1460e7dbd104/#WVvbktkthexfUtjixbOniQ)-
   > file is available for 7 days or 100 downloads. It is just a copy like above
   but in the folder structure. If you don’t trust it you can create it like above.
 *  [koullis](https://wordpress.org/support/users/koullis/)
 * (@koullis)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12711412)
 * cant go back to old version as it gets reupdate possible through wordfence…will
   try above [@kwlodar](https://wordpress.org/support/users/kwlodar/) solution
 *  [liam239](https://wordpress.org/support/users/liam239/)
 * (@liam239)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12711530)
 * Can’t you disable auto update? I use other security plugin. So I have no clue
   of the wordfence possibility’s.
 *  [LiamMcArthur](https://wordpress.org/support/users/liammcarthur/)
 * (@liammcarthur)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12712711)
 * Please could you all download the latest update and let me know how you get on?
   It’s been some years since I’ve really done anything with WordPress, but I’ve
   just realised I was doing a lot of unnecessary computing when I could have just
   used the WooCommerce order complete hook. This should hopefully sort everyone’s
   issues out for both normal and virtual orders.
 *  Thread Starter [stinamariechris](https://wordpress.org/support/users/stinamariechris/)
 * (@stinamariechris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12714319)
 * Working for me! Has anyone tested with failed orders?
 *  [LiamMcArthur](https://wordpress.org/support/users/liammcarthur/)
 * (@liammcarthur)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12714364)
 * That’s great to hear [@stinamariechris](https://wordpress.org/support/users/stinamariechris/)!
 *  [liam239](https://wordpress.org/support/users/liam239/)
 * (@liam239)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12716756)
 * [@liammcarthur](https://wordpress.org/support/users/liammcarthur/) I Updated 
   the plugin and did one test. It seem to work like it did before.
 * Thanks for updating the plugin, fixing the problem so fast.
 * Have a great day!
 *  [LiamMcArthur](https://wordpress.org/support/users/liammcarthur/)
 * (@liammcarthur)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12716799)
 * [@liam239](https://wordpress.org/support/users/liam239/) great to hear! If you
   have any issues let me know!

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

The topic ‘Authorize.et’ is closed to new replies.

 * ![](https://ps.w.org/autocomplete-woocommerce-orders/assets/icon-256x256.png?
   rev=2911680)
 * [Autocomplete WooCommerce Orders](https://wordpress.org/plugins/autocomplete-woocommerce-orders/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autocomplete-woocommerce-orders/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autocomplete-woocommerce-orders/)
 * [Active Topics](https://wordpress.org/support/plugin/autocomplete-woocommerce-orders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autocomplete-woocommerce-orders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autocomplete-woocommerce-orders/reviews/)

 * 12 replies
 * 5 participants
 * Last reply from: [LiamMcArthur](https://wordpress.org/support/users/liammcarthur/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/authorize-et/#post-12716799)
 * Status: resolved