{ "rules_update_the_order_status_after_it_was_paid_in_full" : { "LABEL" : "Update the order status after it was paid in full", "PLUGIN" : "reaction rule", "WEIGHT" : "-10", "REQUIRES" : [ "commerce_order", "commerce_payment" ], "ON" : [ "commerce_payment_order_paid_in_full" ], "DO" : [ { "commerce_order_update_status" : { "commerce_order" : [ "commerce_order" ], "order_status" : "processing" } } ] } }