From 07ccd80934dc7a10a5d9b14776d0907b9b1c4cfd Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 14 Nov 2014 15:54:46 +0000 Subject: [PATCH] Fixed bad payment method import --- orchestra/apps/payments/methods/creditcard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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