Skip to content

Commit

Permalink
add subscription fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Sep 1, 2016
1 parent e7d7154 commit 131e0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/recurly/subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ protected function getWriteableAttributes() {
'timeframe', 'subscription_add_ons', 'net_terms', 'po_number',
'collection_method', 'cost_in_cents', 'remaining_billing_cycles', 'bulk',
'terms_and_conditions', 'customer_notes', 'vat_reverse_charge_notes',
'bank_account_authorized_at', 'revenue_schedule_type','gift_card'
'bank_account_authorized_at', 'revenue_schedule_type', 'gift_card',
'shipping_address', 'shipping_address_id'
);
}
}

0 comments on commit 131e0d6

Please sign in to comment.