- Fixed gem initialization issue (resources/*.rb) from a Rails app.
- Support CustomerInvoice:
finalize
mark_as_paid
send_by_email
links
import
- Support per request
api_key
e.gPennylane::Customer.retrieve('cus_id', {api_key: 'x0fd....'})
- Endpoints returning empty response we are doing +1 GET request at the resource. Not the best solution but at least we are sure we have fresh data.
- Added resource properties access with
#[]
e.gcus['name']
- Support resources
CategoryGroup
Category
Product
- Added missing
#create
toSupplier
- Adding
#update
toCustomer
andSupplier
- Initial release