Skip to content

v2.0

Compare
Choose a tag to compare
@deanpcmad deanpcmad released this 12 Aug 19:39
· 89 commits to main since this release

This update contains breaking changes to existing methods

This library has now been renamed from paddlerb to paddle.

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

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: v0.1.4...v2.0.0