sharpy icon indicating copy to clipboard operation
sharpy copied to clipboard

A python client for the Cheddar Getter API (https://cheddargetter.com)

Results 12 sharpy issues
Sort by recently updated
recently updated
newest added

- Includes some changes to sharpy to make it work with python3

Hey, I'm trying to install your module using pip and the error message below is telling me that it is failing due to elementtree requirement not being satisfied: ``` $...

- Add coupon_code to subscriptions, customer_create, and customer update methods.

I hate to be that guy but adding in some PEP8. Maybe I'm a little OCD.

I needed a way to get the information on promotion codes. I've added that much functionality. The particular issue in #17 may also include more changes.

I'm digging through but it doesn't appear sharpy pulls back the subscription[couponCode], or POST it either. Is this due to api issues or something that was simply left out?

Hi! One of them isn't documented only shown in changelog. We needed it at put.io

CheddarGetter now supports Apple in-app purchase payment receipts as a payment method.

The cheddar getter response includes more than just their most recent subscription, but adding all their subscriptions and invoices sharpy can enable the display of the customers complete payment history....

I was running the included tests and got File "/code/appenv/src/sharpy/sharpy/product.py", line 477, in charge each_amount = Decimal(each_amount) File "/usr/lib/python2.6/decimal.py", line 649, in **new** "First convert the float to a string")...