paddle

Ruby library for the Paddle API

Downloads
29.2K
Stars
6

Bot releases are hidden (Show)

paddle - v2.2.0 Latest Release

Published by deanpcmad 6 months ago

paddle - v1.1

Published by deanpcmad about 1 year ago

This library has now been renamed from paddlerb to paddle.

Thanks to Aaron Patterson for transferring ownership of the paddle Rubygem to me.

Full Changelog: https://github.com/deanpcmad/paddle/compare/v1.0.0...v1.1.0

paddle - v1.0.0

Published by deanpcmad about 1 year ago

This update contains breaking changes to existing methods

This Library now supports both the Classic API and the API for Paddle's new Billing service.

When using the Classic API, these modules have been moved to Paddle::Classic. For example:

@client = Paddle::Classic::Client.new(vendor_id: ENV["PADDLE_VENDOR_ID"], vendor_auth_code: ENV["PADDLE_VENDOR_AUTH_CODE"], sandbox: true)

Full Changelog: https://github.com/deanpcmad/paddlerb/compare/v0.1.4...v1.0.0