X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/13cee1a7148844ffcd026ad0b541a3289fbafefa..1a12630094dd57a463a8a1d4f64744e3b3b245af:/src/paypal/rest.py diff --git a/src/paypal/rest.py b/src/paypal/rest.py index 68ac30ff5..a2e22322f 100644 --- a/src/paypal/rest.py +++ b/src/paypal/rest.py @@ -74,8 +74,8 @@ def create_agreement(amount): plan_id = plan.plan_id start = (timezone.now() + timedelta(0, 3600*24)).astimezone(pytz.utc).strftime('%Y-%m-%dT%H:%M:%SZ') billing_agreement = BillingAgreement({ - "name": "Subskrypcja klubu WL", - "description": "Cykliczne wspieranie Wolnych Lektur kwotą %s złotych" % amount, + "name": u"Subskrypcja klubu WL", + "description": u"Stałe wsparcie Wolnych Lektur kwotą %s złotych" % amount, "start_date": start, "plan": { "id": plan_id,