Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MySecondLanguage authored Jun 23, 2024
1 parent a4f3180 commit cbb2646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

from . cash_on_delivery import CashOnDelivery

gateway = CashOnDelivery
plugin = CashOnDelivery

__all__ = ['gateway']
__all__ = ['plugin']

0 comments on commit cbb2646

Please sign in to comment.