diff --git a/orchestra/apps/payments/methods/creditcard.py b/orchestra/apps/payments/methods/creditcard.py index b71872d0..111b4e5d 100644 --- a/orchestra/apps/payments/methods/creditcard.py +++ b/orchestra/apps/payments/methods/creditcard.py @@ -2,7 +2,7 @@ from django import forms from django.utils.translation import ugettext_lazy as _ from rest_framework import serializers -from orchestra.forms import PluginDataForm +from orchestra.apps.plugins.forms import PluginDataForm from .options import PaymentMethod