Open newearthmartin opened 2 years ago
Hi, @newearthmartin I am new to this repo and interested. Is this something I can look into and try solving or was it fixed? and Is there any contributing guide?
@spookylukey care to answer to this new contributor @VinneyJ ?
A good test would be like this:
test_ipn.py
, using PayPalIPN.objects.create(...)
True
/False
for IPN objects that are/are not subscriptions.It would be nice to add tests for the other methods like is_subscription_payment
etc., based on real data, and also make any corrections to these methods as necessary.
Thanks a lot, @spookylukey let me dive in and check it out.
Hi, I'm getting an untested warning for
PayPalStandardBase.is_subcription()
The method itself is just one line:
So I wonder what kind of test would be needed for this. Or if it's pointing to the more generic subscription logic?