Merged
Conversation
- RefundStatus: refunded/queued/processing -> pending/completed/failed/canceled - OrderStatus: remove created/canceled/completed/expired (spec only has pending/paid/failed) - CheckoutStatus: remove completed/pending, add failed - Add ProductStatus type (approved/draft/archived) - SubscriptionPlan: add testmode, status, createdAt properties + helper methods - OneOffProduct: add testmode, status, createdAt properties + helper methods - Refund: add status property + isPending/isCompleted/isFailed/isCanceled helpers - Refund: add customerId property per spec - Order: remove cancelled bool property, remove isCreated/isCanceled/isCompleted/isExpired helpers - Subscription: rename trialEndAt -> trialUntil, remove trialDays - Chargeback docs: align properties with spec (amount as Money object, no status field) - Webhooks docs: refund.succeeded -> refund.completed - Update all docs to match - Fix tests
- Update CI matrix: 8.0, 8.1, 8.2, 8.3, 8.4 - Update composer.json: require ^8.0 (drop 7.4)
2d1025d to
7a229c2
Compare
sandervanhooft
added a commit
that referenced
this pull request
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the PHP SDK resources, status enums, and docs in line with the OpenAPI spec (source of truth).
Status enums:
Resources:
Docs: all SDK docs updated to match. All 56 tests pass.