Skip to content

Commit

Permalink
Expose PayPro to the client, bump version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowencygit committed May 20, 2018
1 parent 56abe98 commit ac6e6f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ client.Verifier = require('./verifier');
client.Utils = require('./common/utils');
client.sjcl = require('sjcl');

/**
* PayPro module.
* @alias module:Client.PayPro
*/
client.PayPro = require('./paypro');

// Expose bch-lib
client.bchLib = require('@owstack/bch-lib');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@owstack/bch-wallet-client",
"description": "Client for bch-wallet-service.",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"keywords": [
"bitcoin",
Expand Down

0 comments on commit ac6e6f9

Please sign in to comment.