Skip to content

Commit a9a49e0

Browse files
committed
Fix wrong import
1 parent 7a8d5e2 commit a9a49e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thebook/webhooks/management/commands/fetch_paypal_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django.core.management.base import BaseCommand
44

5-
from thebook.webhooks.paypal.services import fetch_bank_account_transfer_transactions
5+
from thebook.webhooks.paypal.services import fetch_transactions
66

77

88
class Command(BaseCommand):

0 commit comments

Comments
 (0)