Skip to content

Commit

Permalink
Merge pull request #65 from xendit/fix/ewallet-payments
Browse files Browse the repository at this point in the history
fix: incorrect import for EWallet class
  • Loading branch information
sekaranglila authored Jun 6, 2023
2 parents 2bc1ef9 + 02d76eb commit 262cbb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
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 262cbb7

Please sign in to comment.