diff --git a/purchase/models.py b/purchase/models.py index 6192869..d11d8df 100644 --- a/purchase/models.py +++ b/purchase/models.py @@ -166,11 +166,6 @@ class PurchasableProduct(Orderable, models.Model): ) stripe_product_id = models.CharField(max_length=255, blank=True, null=True) stripe_price_id = models.CharField(max_length=255, blank=True, null=True) - stripe_payment_url = models.URLField( - blank=True, - null=True, - help_text="Stripe Checkout URL for this product", - ) created_at = models.DateTimeField(auto_now_add=True) course = ParentalKey(