Skip to content

Commit

Permalink
Merge pull request omise#101 from omise/remove_key
Browse files Browse the repository at this point in the history
Remove api key from examples
  • Loading branch information
varshard authored Nov 30, 2018
2 parents 27aea5e + c9a7dcb commit bce1acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/charge_schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// More information: https://www.omise.co/charge-schedules-api
var omise = require('../index')({
'publicKey': 'pkey_test_58uputp2pjvubug0rza',
'secretKey': 'skey_test_58uputp2xdsnktje7u4',
'publicKey': 'pkey_test_1234',
'secretKey': 'skey_test_1234',
});

// Charge every 2 days
Expand Down
4 changes: 2 additions & 2 deletions examples/create_token.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

var omise = require('../index')({
'publicKey': 'pkey_test_58uputp2pjvubug0rza',
'secretKey': 'skey_test_58uputp2xdsnktje7u4',
'publicKey': 'pkey_test_1234',
'secretKey': 'skey_test_1234',
});

var cardDetails = {
Expand Down

0 comments on commit bce1acb

Please sign in to comment.