We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534876 commit 800ce48Copy full SHA for 800ce48
app/models/order.js
@@ -27,7 +27,7 @@ export default ModelBase.extend(CustomPrimaryKeyMixin, {
27
isBillingEnabled : attr('boolean', { defaultValue: false }),
28
createdAt : attr('moment', { readOnly: true }),
29
completedAt : attr('moment', { readOnly: true }),
30
- discountCodeId : attr('string'),
+ discountCodeId : attr('string', { readOnly: true }),
31
ticketsPdfUrl : attr('string'),
32
/**
33
* Relationships
0 commit comments