spookylukey / django-paypal

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
MIT License
729 stars 208 forks source link

PayPalPaymentsForm: update and tidy-up #195

Closed JonathanRoach closed 6 years ago

JonathanRoach commented 6 years ago

Remove redundent, explicit field definitions; deprecate initial['return_url'], use initia['return'] instead; add new cmd choices.

spookylukey commented 6 years ago

This looks pretty good to me, just a few flake8 fixes as per the Travis build - https://travis-ci.org/spookylukey/django-paypal/jobs/315857234

JonathanRoach commented 6 years ago

Flake8 issues fixed, if you want to have another look.

spookylukey commented 6 years ago

Thanks so much the for thorough PR!