Skip to content

Commit

Permalink
Added missing jsdoc imports for PaymentsService
Browse files Browse the repository at this point in the history
- this helps with populating types in editors
  • Loading branch information
daniellockyer committed Oct 12, 2022
1 parent ab598dd commit 727187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghost/payments/lib/payments.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const OfferCreatedEvent = require('@tryghost/members-offers').events.OfferCreate
class PaymentsService {
/**
* @param {object} deps
* @param {any} deps.Offer
* @param {import('bookshelf').Model} deps.Offer
* @param {import('@tryghost/members-offers/lib/application/OffersAPI')} deps.offersAPI
* @param {any} deps.stripeAPIService
* @param {import('@tryghost/members-stripe-service/lib/StripeAPI')} deps.stripeAPIService
*/
constructor(deps) {
/** @private */
Expand Down

0 comments on commit 727187d

Please sign in to comment.