fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Annoy in book text too.
[wolnelektury.git]
/
src
/
paypal
/
models.py
diff --git
a/src/paypal/models.py
b/src/paypal/models.py
index
527e804
..
4266882
100644
(file)
--- a/
src/paypal/models.py
+++ b/
src/paypal/models.py
@@
-18,3
+18,7
@@
class BillingAgreement(models.Model):
plan = models.ForeignKey(BillingPlan)
active = models.BooleanField(max_length=32)
token = models.CharField(max_length=32)
+
+ def check_agreement(self):
+ from .rest import check_agreement
+ return check_agreement(self.agreement_id)