Skip to content

Commit e30e2b2

Browse files
committed
Release 2.3.0
1 parent 8d738d8 commit e30e2b2

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v2.3.0](https://github.com/uphold/uphold-sdk-javascript/releases/tag/v2.3.0) (2018-05-22)
4+
- Add origin to create card transaction [\#17](https://github.com/uphold/uphold-sdk-javascript/pull/17) ([pgom](https://github.com/pgom))
5+
36
## [v2.2.1](https://github.com/uphold/uphold-sdk-javascript/releases/tag/v2.2.1) (2018-05-16)
47
- bump request version [\#16](https://github.com/uphold/uphold-sdk-javascript/pull/16) ([evq](https://github.com/evq))
58

dist/browser/uphold-sdk-javascript.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core/actions/card-transaction.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function createCardTransaction(cardId, _ref2, commit, otp, options) {
5151
let amount = _ref2.amount,
5252
currency = _ref2.currency,
5353
destination = _ref2.destination,
54+
origin = _ref2.origin,
5455
message = _ref2.message,
5556
securityCode = _ref2.securityCode;
5657

@@ -62,6 +63,7 @@ function createCardTransaction(cardId, _ref2, commit, otp, options) {
6263
},
6364
destination: destination,
6465
message: message,
66+
origin: origin,
6567
securityCode: securityCode
6668
},
6769
method: 'post'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uphold/uphold-sdk-javascript",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Uphold SDK for JavasScript",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)