spookylukey / django-paypal

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

Custom and transaction_subject must have max_length=256. #127

Closed kalekseev closed 8 years ago

kalekseev commented 8 years ago

From paypal ipn docs https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNIntro/

The length of the custom variable is limited to 256 characters.

Currently this fields have max_length=255.

spookylukey commented 8 years ago

Patch would be accepted, it will need migrations for Django 1.7+ and for south.

spookylukey commented 8 years ago

I can work on this actually.

spookylukey commented 8 years ago

This is fixed in 80a05f6b5a3e7522d19a44d9cef4da8b2d63c417