Skip to content

Commit

Permalink
release(v0.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Oct 13, 2019
1 parent 3619a66 commit 4cd2263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project provides an easy-to-use object-oriented API to access endpoints del

let PayStack = require('paystack-node')

let APIKEY = 'sk_test_2hWyQ6HW73jS8p1IkXmSWOlE4y9Inhgyd6g5f2R7'
let APIKEY = 'sk_live_2hWyQ6HW73jS8p1IkXmSWOlE4y9Inhgyd6g5f2R7'
const environment = process.env.NODE_ENV

const paystack = new PayStack(APIKEY, environment)
Expand Down

0 comments on commit 4cd2263

Please sign in to comment.