@adamvr/feathers-stripe
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -63,3 +63,3 @@ 'use strict'; | ||
} | ||
return this.stripe.customers.retrieveExternalAccount(params.account, id).catch(_errorHandler2.default); | ||
return this.stripe.accounts.retrieveExternalAccount(params.account, id).catch(_errorHandler2.default); | ||
} | ||
@@ -66,0 +66,0 @@ }, { |
{ | ||
"name": "@adamvr/feathers-stripe", | ||
"description": "A Feathers service for Stripe", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/feathersjs/feathers-stripe", | ||
@@ -6,0 +6,0 @@ "main": "lib/", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85645