diff options
Diffstat (limited to 'classes/Payment.php')
-rw-r--r-- | classes/Payment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Payment.php b/classes/Payment.php index e60539f..5bc08dc 100644 --- a/classes/Payment.php +++ b/classes/Payment.php @@ -27,7 +27,7 @@ class Payment extends Model { public $table = 'payment', - $fillable_columns = ['offerId', 'date']; + $fillable_columns = ['offerId', 'date', 'braintree_id']; /** * Get the offer that this payment is linked to |