Skip to content

Commit

Permalink
fix eslint camelcase rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbatista committed Oct 2, 2017
1 parent 4c4b69e commit cf8fa4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/paypal-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function initialize(dataSource) {
DataAccessObject.openIdConnect = connector.client.openIdConnect;
DataAccessObject.webProfile = connector.client.webProfile;
DataAccessObject.notification = connector.client.notification;
/* eslint-disable camelcase */
DataAccessObject.generate_token = connector.client.generate_token;
DataAccessObject.billing_plan = connector.client.billing_plan;
DataAccessObject.generateToken = connector.client.generate_token;
DataAccessObject.billingPlan = connector.client.billing_plan;
}

0 comments on commit cf8fa4a

Please sign in to comment.