You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

models.py 172B

1234567
  1. from django.db import models
  2. from oscar.apps.payment.datacash.abstract_models import AbstractOrderTransaction
  3. class OrderTransaction(AbstractOrderTransaction):
  4. pass