Skip to content

Commit

Permalink
Prettify file
Browse files Browse the repository at this point in the history
  • Loading branch information
ginovski committed Jul 18, 2018
1 parent c56d22c commit 9e13eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Schema/PaymentMethod/PayPalAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PayPalAccount = new Schema(
email: String,
name: String,
payerId: String,
countryCode: String
countryCode: String,
},
{ _id: false }
);
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Transaction/PayPalAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const PayPalAccount = new mongoose.Schema(
email: String,
name: String,
payerId: String,
countryCode: String
countryCode: String,
},
{ _id: false }
);
Expand Down

0 comments on commit 9e13eed

Please sign in to comment.