Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgom committed May 22, 2018
1 parent 8d738d8 commit e30e2b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v2.3.0](https://github.com/uphold/uphold-sdk-javascript/releases/tag/v2.3.0) (2018-05-22)
- Add origin to create card transaction [\#17](https://github.com/uphold/uphold-sdk-javascript/pull/17) ([pgom](https://github.com/pgom))

## [v2.2.1](https://github.com/uphold/uphold-sdk-javascript/releases/tag/v2.2.1) (2018-05-16)
- bump request version [\#16](https://github.com/uphold/uphold-sdk-javascript/pull/16) ([evq](https://github.com/evq))

Expand Down
2 changes: 1 addition & 1 deletion dist/browser/uphold-sdk-javascript.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/core/actions/card-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function createCardTransaction(cardId, _ref2, commit, otp, options) {
let amount = _ref2.amount,
currency = _ref2.currency,
destination = _ref2.destination,
origin = _ref2.origin,
message = _ref2.message,
securityCode = _ref2.securityCode;

Expand All @@ -62,6 +63,7 @@ function createCardTransaction(cardId, _ref2, commit, otp, options) {
},
destination: destination,
message: message,
origin: origin,
securityCode: securityCode
},
method: 'post'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/uphold-sdk-javascript",
"version": "2.2.1",
"version": "2.3.0",
"description": "Uphold SDK for JavasScript",
"keywords": [
"api",
Expand Down

0 comments on commit e30e2b2

Please sign in to comment.