dj-paypal
dj-paypal copied to clipboard
Option to sync everything from paypal
Hi,
is there any possibility to resync from paypal? Like manage.py djpaypal_download_plans
but also for BillingAgreements and all the other models?
Regards Native
@asmaps It's a good idea because I faced a similar problem in my previous project. I had to download each subscription ID and store it in a JSON file so that I could retrieve the data later when using manage.py djpaypal_download_plans
. It makes it easier to download all your subscriptions from PayPal.