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.
Changes: v1.3.1...docs/release-v1.4.0
Added
traffic_source
property toNotificationSetting
entitytraffic_source
filteroffline
,unknown
,wire_transfer
tax_rates_used
property onAdjustment
entityFixed
receipt_data
on create and preview of a one-time charge for Subscriptions and TransactionsTransactionsClient::preview()
TransactionPreview
response now allows null IDs for non-catalog prices and products:items[]->price
can now returnPrice
(withid
) orTransactionPreviewPrice
(with nullableid
)details->lineItems[]->priceId
is now nullableitems[]->priceId
is now nullabledetails->lineItems[]->product
can now returnProduct
(withid
) orTransactionPreviewProduct
(with nullableid
){}
EventsClient::list
andNotification->payload
will now returnUndefinedEvent
for unknown event types.Added
TransactionsClient::create()
now supports operation items with optional properties:Resources\Transactions\Operations\Create\TransactionCreateItem
Resources\Transactions\Operations\Create\TransactionCreateItemWithPrice
TransactionsClient::update()
now supports operation items with optional properties:Resources\Transactions\Operations\Update\TransactionUpdateItem
Resources\Transactions\Operations\Update\TransactionUpdateItemWithPrice
TransactionsClient::preview()
now supports operation items with optional properties:Resources\Transactions\Operations\Preview\TransactionItemPreviewWithNonCatalogPrice
Resources\Transactions\Operations\Preview\TransactionItemPreviewWithPriceId
Deprecated
TransactionsClient::create()
operation items have been deprecated:Entities\Transaction\TransactionCreateItem
Entities\Transaction\TransactionCreateItemWithPrice
TransactionsClient::update()
operation items have been deprecated:Entities\Transaction\TransactionUpdateTransactionItem
TransactionsClient::preview()
operation items have been deprecated:Entities\Transaction\TransactionItemPreviewWithNonCatalogPrice
Entities\Transaction\TransactionItemPreviewWithPriceId