From 4f84eb2b09bf51eabdc29b5eeec101e0260b1cb7 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Jul 2016 09:37:48 +0200 Subject: Braintree integration: first version --- classes/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Payment.php') 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 -- cgit v1.2.3