Skip to content

Commit

Permalink
Bump version to 8.125.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed May 13, 2022
1 parent c90b802 commit dbe1d51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 8.125.0-beta.10 - 2022-05-13
* [#4](https://github.com/pakrym-stripe/stripe-php/pull/4) API Updates
* Remove support for resources `OrderItem` and `OrderReturn`
* Add support for `cancel`, `list_line_items`, `reopen`, and `submit` methods on resource `Order`
* Remove support for `pay` and `return_order` methods on resource `Order`
* Remove support for `order` on `Charge`
* Add support for `amount_discount`, `amount_tax`, and `product` on `LineItem`
* Add support for `amount_subtotal`, `amount_total`, `automatic_tax`, `billing_details`, `discounts`, `ip_address`, `line_items`, `payment`, `shipping_cost`, `shipping_details`, `tax_details`, and `total_details` on `Order`
* Add support for `description` on `Order` and `Subscription`
* Remove support for `amount_returned`, `amount`, `application_fee`, `charge`, `email`, `external_coupon_code`, `items`, `returns`, `selected_shipping_method`, `shipping_methods`, `shipping`, `status_transitions`, `updated`, and `upstream_id` on `Order`
* Change type of `Order.status` from `string` to `enum`
* Add support for `consent_collection`, `customer_creation`, `payment_intent_data`, `shipping_options`, `submit_type`, and `tax_id_collection` on `PaymentLink`

## 8.125.0-beta.9 - 2022-05-13
* [#999](https://github.com/pakrym-stripe/stripe-php/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.125.0-beta.9
8.125.0-beta.10

0 comments on commit dbe1d51

Please sign in to comment.