Skip to content

Commit

Permalink
Merge pull request #46 from hyperwallet/V4
Browse files Browse the repository at this point in the history
V4
  • Loading branch information
akalichety-hw committed Nov 6, 2020
2 parents b58aa01 + b6ab3d2 commit 90229b8
Show file tree
Hide file tree
Showing 7 changed files with 1,519 additions and 125 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ node_js:
- '6.15.1' #boron
- '8.14.0' #carbon
- '10.14.2' #dubnium
- stable
- '14.15.0' #stable

script:
- npm run prepublish-prod

after_success:
- if [ $TRAVIS_NODE_VERSION = 'stable' ] && [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ]; then sh ./scripts/travisPublishDocs.sh; fi
- if [ $TRAVIS_NODE_VERSION = 'stable' ]; then npm run coveralls; fi
- if [ $TRAVIS_NODE_VERSION = '14.15.0' ] && [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ]; then sh ./scripts/travisPublishDocs.sh; fi
- if [ $TRAVIS_NODE_VERSION = '14.15.0' ]; then npm run coveralls; fi

env:
global:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
=========

2.0.0
-------------------
- Accesses V4 Rest APIs
- Added Business Stakeholders
- Added updatePaypalAccount, getPayPalAccountStatusTransition, listPayPalAccountStatusTransitions
- Added listTransferMethods
- Added getTransferStatusTransition, listTransferStatusTransition
- Added filters

1.5.0
-------------------
- Added Venmo accounts
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
Hyperwallet REST SDK (Beta)
===========================

A library to manage users, transfer methods and payments through the Hyperwallet Rest V3 API
A library to manage users, transfer methods and payments through the Hyperwallet Rest V4 API
To access Rest V3 APIs please use SDK v1.5

Prerequisites
------------
Expand Down

0 comments on commit 90229b8

Please sign in to comment.