Skip to content

Commit

Permalink
Revert "CHANGELOG update"
Browse files Browse the repository at this point in the history
This reverts commit ced4e83.
  • Loading branch information
KunJeongPark committed Jul 17, 2023
1 parent ced4e83 commit 0ec42ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
## 0.0.9 (2023-06-23)
* Breaking Changes
* Card
* Removed `Attributes` field
* Update `Attributes` field, adding `customer` and `vault` properties
`customer` is of optional `Customer` type, containing property `id` of String type
`vault` is of optional `Vault` type, containing `storeInVault` field of `StoreInVault` enum type
with one value, `.onSuccess`
* CardRequest
* Add `shouldVault` Boolean property for Vault with Purchase flow
* Add `customerID` Optional String type. If none is entered, PayPal API creates on
* CardPayments
* Add `vault` property of Vault type that contains `customerID` of String type.
* Remove `status` property from `CardResult`
* Remove `paymentSource` property from `CardResult`
* CorePayments
Expand Down

0 comments on commit 0ec42ab

Please sign in to comment.