diff --git a/pyproject.toml b/pyproject.toml index 1ac14058..233fcccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xendit-python" -version = "0.2.1" +version = "0.2.2" description = "Xendit REST API Client for Python - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets, Payments API, Services https://xendit.github.io/apireference/" authors = ["Maahir Ur Rahman "] license = "MIT" diff --git a/xendit/_xendit_param_injector.py b/xendit/_xendit_param_injector.py index 183b31e8..2ac4964d 100644 --- a/xendit/_xendit_param_injector.py +++ b/xendit/_xendit_param_injector.py @@ -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