Skip to content

Commit

Permalink
Merge pull request #286 from xastor/master
Browse files Browse the repository at this point in the history
Fixed addon creation bug.
  • Loading branch information
bhelx authored Dec 13, 2016
2 parents 6219ec4 + 886d9b0 commit 102e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recurly/addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function getNodeName() {
return 'add_on';
}
protected function getWriteableAttributes() {
array(
return array(
'add_on_code', 'name', 'display_quantity', 'default_quantity',
'unit_amount_in_cents', 'accounting_code', 'tax_code',
'measured_unit_id', 'usage_type', 'add_on_type', 'revenue_schedule_type'
Expand Down

0 comments on commit 102e093

Please sign in to comment.