mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
0768b533e2
Caching older (at least 16 days) Stripe invoices in analytics collection, which will be updated once a day via the analytics server cron job.
6 lines
241 B
CoffeeScript
6 lines
241 B
CoffeeScript
CocoModel = require './CocoModel'
|
|
|
|
module.exports = class AnalyticsStripeInvoice extends CocoModel
|
|
@className: 'AnalyticsStripeInvoice'
|
|
@schema: require 'schemas/models/analytics_stripe_invoice'
|
|
urlRoot: '/db/analytics.stripe.invoice'
|