Skip to content

Commit

Permalink
argfasd
Browse files Browse the repository at this point in the history
  • Loading branch information
phedoreanu committed Jun 28, 2015
1 parent cb02744 commit 3765923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paypal/express/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Country = get_model('address', 'Country')
Basket = get_model('basket', 'Basket')
Repository = get_class('shipping.repository', 'Repository')
Applicator = get_class('offer.util', 'Applicator')
Applicator = get_class('offer.utils', 'Applicator')
Selector = get_class('partner.strategy', 'Selector')
Source = get_model('payment', 'Source')
SourceType = get_model('payment', 'SourceType')
Expand Down

0 comments on commit 3765923

Please sign in to comment.