{ "rules_update_the_order_status_when_it_was_paid_on_site_in_full" : { "LABEL" : "Update the order status when it was paid on-site in full", "PLUGIN" : "reaction rule", "REQUIRES" : [ "commerce_payment", "commerce_order", "commerce_checkout_complete_page" ], "ON" : [ "commerce_checkout_complete_page_is_viewed" ], "IF" : [ { "commerce_payment_selected_payment_method" : { "commerce_order" : [ "commerce_order" ], "method_id" : "paypal_wpp" } }, { "commerce_payment_order_balance_comparison" : { "commerce_order" : [ "commerce_order" ], "value" : "0" } } ], "DO" : [ { "commerce_order_update_status" : { "commerce_order" : [ "commerce_order" ], "order_status" : "processing" } } ] } }