websideproject / django-paddle-billing

Django + Paddle Billing
MIT License
11 stars 6 forks source link

Error syncing discounts from Paddle sandbox #138

Open dnovikov opened 3 weeks ago

dnovikov commented 3 weeks ago

🐛 Bug Report

Error syncing discounts from Paddle sandbox

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. Create a product and a discount for it in a Paddle sandbox
  2. Run python manage.py sync_from_paddle

Code sample


Environment

3.11

Screenshots

image

📈 Expected behavior

Discounts are synced.

📎 Additional context


bgervan commented 3 weeks ago

I have updated the paddle billing client so discount code can be null now. Update it to https://github.com/websideproject/paddle-billing-client/releases/tag/v0.2.17

dnovikov commented 3 weeks ago

Successfully synced data from Paddle

Works like a charm now, thank you @bgervan so much!