Fix recurring contribution issue on drupal webform
Problem
Issue: #135 (closed)
The problem was when trying to submit recurring contribution webform, the recurring value doesn't get set as true on form submit and cause of that paymentMethodID doesn't get attach to stripe submit handler in civicrm_stripe.js
file and hence the form isn't submitted.
Solution
Given patch solve the above issue.