Skip to content

Commit

Permalink
Minor cosmetic cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakar-stripe committed Feb 13, 2018
1 parent bad42dc commit f34daf0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/resources/Topups.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
var StripeResource = require('../StripeResource');

module.exports = StripeResource.extend({

path: 'topups',

includeBasic: [
'create', 'list', 'retrieve', 'update',
'setMetadata', 'getMetadata',
],
includeBasic: ['create', 'list', 'retrieve', 'update', 'setMetadata', 'getMetadata'],
});

0 comments on commit f34daf0

Please sign in to comment.