Releases: subscribepro/subscribepro-php
Releases · subscribepro/subscribepro-php
1.0.21
- Added support for
order_item_idparameter on Subscription entity
Our API documentation can be found here: https://api.subscribepro.com/docs/rest#post--services-v2-subscription.{_format}
1.0.20
- Added support for including
_meta[order_details]on thePOST /services/v2/subscription.jsonendpoint - Added support for sending order details to Subscribe Pro in the
POST /services/v2/order-details.jsonandPOST /services/v2/order-details/create-or-update.json - The format and schema for the order_details passed to each of these endpoints is documented here: https://docs.subscribepro.com/technical/rest-api/data-definitions/order-details/
- Added support for external vault payment profiles
1.0.19
- Support gateway-specific 3DS fields
1.0.18
- Support passing
_meta.*fields to Subscribe Pro API
1.0.17
- Add API fields to support Spreedly global 3DS2 implementation
1.0.16
- Fixed broken unit test.
1.0.15
- Added verifyAndStore method
- Allow sending gateway specific fields with transactions
- Allow setting 'count' value when loading subscriptions
1.0.14
- Add 'payment_method_code' field to subscription service
- Mark 'payment_profile_id' field as not required in subscription service
1.0.13
- Subscription.interval should not be required in POST new subscription
- Add SubscriptionUtils class with code for sorting and filtering a list of customer subscription items for display
1.0.12
- Add 'use_scheduling_rule' and 'scheduling_rule_id' fields to the Product service.