recurly / recurly-client-php

Recurly PHP Client
http://recurly.com
MIT License
172 stars 93 forks source link

Add ramp pricing feature to plans #700

Closed Smolations closed 2 years ago

Smolations commented 2 years ago

The Ramp Pricing feature is supported as a result of this change. Also, some refactoring was done to start curbing bad patterns and separate code out into logical chunks:

To see how the new ramp pricing feature is utilized, see the spec tests added in this change.