Skip to content

Commit

Permalink
Merge pull request #38 from bookernath/BIG-25887
Browse files Browse the repository at this point in the history
BIG-25887 - add currencies
  • Loading branch information
PascalZajac committed Feb 10, 2016
2 parents 10ddbb6 + e6843ac commit 395fca3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions bigcommerce/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from .categories import *
from .countries import *
from .coupons import *
from .currencies import *
from .customer_groups import *
from .customers import *
from .gift_certificates import *
Expand Down
6 changes: 6 additions & 0 deletions bigcommerce/resources/currencies.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .base import *


class Currencies(ListableApiResource, CreateableApiResource,
UpdateableApiResource, DeleteableApiResource):
resource_name = 'currencies'

0 comments on commit 395fca3

Please sign in to comment.