Skip to content

Commit

Permalink
fix max adjustable_quantity on addon purchases
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Aug 23, 2024
1 parent 3c0963d commit 20f0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrate_existing_subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# "quantity": 1000, # number of credits (set by html)
"adjustable_quantity": {
"enabled": True,
"maximum": 50_000,
"maximum": 100_000,
"minimum": 1_000,
},
},
Expand Down

0 comments on commit 20f0fa9

Please sign in to comment.