Skip to content

Commit

Permalink
fix pay_info, bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
nichind committed Sep 9, 2024
1 parent 7c64aa6 commit 3331f5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions pyeasypay/core/pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ def __init__(self, providers: Providers, **kwargs) -> None:
for k, v in kwargs.items():
setattr(self, k, v)

@property
def pay_info(self) -> str:
"""
Invoice payment information.
Returns:
str: Invoice payment information, contains invoice URL or other information.
"""
return self.__dict__['pay_info']

async def init_invoice(self, provider: str | Provider) -> Self:
"""
Initialize invoice object
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name='pyeasypay',
version='0.2.9',
version='0.2.10',
author='nichind',
author_email='[email protected]',
description='Make money from your Python projects the easy way.',
Expand Down

0 comments on commit 3331f5a

Please sign in to comment.