Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
* Fixes `GooglePayTokenData` signature field name
* Adds `card_token` object to `PaymentInstrumentRequest` for Integrated Platforms (CS2)
* Adds `if-match` header to `UpdatePaymentInstrumentRequest` for Integrated Platforms (CS2)
* Fixes typo for `TransactionCurrencyAmount` in Financial Actions (CS2)
  • Loading branch information
martinseco committed Apr 21, 2023
1 parent 5882238 commit 51ec9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package client

const SDK_VERSION = "1.0.6"
const SDK_VERSION = "1.0.7"

0 comments on commit 51ec9f0

Please sign in to comment.