Created by: jcmorrow
Resolves #777 (closed).
Changes:
- Allow
permitted_attribute
to receiveoptions
, which can includeprimary_key
. Use primary_key if specified, otherwise useid
. - Change
orders
primary key tocode
andpayments
foreign key toorder_code
. - Remove
created_at
andupdated_at
fromPayment
'sATTRIBUTE_TYPES
because thepayments
table doesn't actually have those columns. - Add
edit
route forpayments
.