Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing REST API #6

Merged
merged 4 commits into from
Oct 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Logger should be MercadoPago related
  • Loading branch information
Delawen committed Oct 19, 2020
commit fa1d30776cd47381ddaf7e548157b63d50479ec2
2 changes: 1 addition & 1 deletion pretix_mercadopago/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pretix.multidomain.urlreverse import eventreverse
from pretix_mercadopago.payment import Mercadopago

logger = logging.getLogger('pretix.plugins.meli')
logger = logging.getLogger('pretix.plugins.mercadopago')


def admin_view(request, *args, **kwargs):
Expand Down