Skip to content

Commit

Permalink
Revert "Revert "Delete nested resource files""
Browse files Browse the repository at this point in the history
This reverts commit e5eccb8.
  • Loading branch information
rattrayalex-stripe committed May 10, 2019
1 parent f650b77 commit 1cdba64
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 53 deletions.
9 changes: 0 additions & 9 deletions lib/resources/LoginLinks.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/resources/Persons.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/resources/SubscriptionScheduleRevisions.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/resources/TaxIds.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/resources/TransferReversals.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/stripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const resources = {
InvoiceItems: require('./resources/InvoiceItems'),
Invoices: require('./resources/Invoices'),
IssuerFraudRecords: require('./resources/IssuerFraudRecords'),
LoginLinks: require('./resources/LoginLinks'),
OAuth: require('./resources/OAuth'),
OrderReturns: require('./resources/OrderReturns'),
Orders: require('./resources/Orders'),
Expand All @@ -81,13 +80,6 @@ const resources = {
UsageRecordSummaries: require('./resources/UsageRecordSummaries'),
WebhookEndpoints: require('./resources/WebhookEndpoints'),

// The following rely on pre-filled IDs:
ApplicationFeeRefunds: require('./resources/ApplicationFeeRefunds'),
Persons: require('./resources/Persons'),
SubscriptionScheduleRevisions: require('./resources/SubscriptionScheduleRevisions'),
TaxIds: require('./resources/TaxIds'),
TransferReversals: require('./resources/TransferReversals'),

// Namespaced resources
Checkout: resourceNamespace('checkout', {
Sessions: require('./resources/Checkout/Sessions'),
Expand Down

0 comments on commit 1cdba64

Please sign in to comment.