aboutsummaryrefslogtreecommitdiff
path: root/classes/Payment.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-28 09:37:48 +0200
committerCamil Staps2016-07-28 09:47:04 +0200
commit4f84eb2b09bf51eabdc29b5eeec101e0260b1cb7 (patch)
tree82722787d4018373720c66933f475bb2b1708c92 /classes/Payment.php
parentSplit Calculatable in trait and interface (diff)
Braintree integration: first version
Diffstat (limited to 'classes/Payment.php')
-rw-r--r--classes/Payment.php2
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