Skip to content

Commit 6dbb3cd

Browse files
committed
add the missing params
1 parent 43f3a58 commit 6dbb3cd

File tree

1 file changed

+1
-1
lines changed
  • lib/travis/api/v3/services/subscriptions

1 file changed

+1
-1
lines changed

lib/travis/api/v3/services/subscriptions/create.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Travis::API::V3
22
class Services::Subscriptions::Create < Service
33
result_type :subscription
44
params :plan, :coupon, :organization_id, :client_secret
5-
params :first_name, :last_name, :company, :address, :address2, :city, :country, :state, :vat_id, :zip_code, :billing_email, prefix: :billing_info
5+
params :first_name, :last_name, :company, :address, :address2, :city, :country, :state, :vat_id, :zip_code, :billing_email, :has_local_registration, prefix: :billing_info
66
params :token, prefix: :credit_card_info
77

88
def run!

0 commit comments

Comments
 (0)