Skip to content

Commit

Permalink
fix: incorrect import for EWallet class
Browse files Browse the repository at this point in the history
  • Loading branch information
Adi R committed Jun 1, 2023
1 parent 2bc1ef9 commit 5b45052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xendit/_xendit_param_injector.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .models import CreditCard
from .models import DirectDebit
from .models import Disbursement
from .models import EWallet
from .models.ewallet import EWallet
from .models import Invoice
from .models import PaymentMethod
from .models import PaymentRequest
Expand Down

0 comments on commit 5b45052

Please sign in to comment.