Replace update_attributes with update

This commit is contained in:
Luis Ramos
2021-05-13 23:02:23 +01:00
committed by Andy Brett
parent fb560089b9
commit f8e5370b0b

View File

@@ -487,7 +487,7 @@ feature 'Subscriptions' do
end
it "permit creating and editing of the subscription" do
customer.update_attributes(allow_charges: true)
customer.update(allow_charges: true)
# Fill in other details
fill_in_subscription_basic_details
click_button "Next"