MCPcopy Create free account
hub / github.com/codecombat/codecombat / getPaymentTrackingData

Method getPaymentTrackingData

app/views/HomeView.js:373–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 }
372
373 getPaymentTrackingData () {
374 const amount = utils.getQueryVariable('amount')
375 const duration = utils.getQueryVariable('duration')
376 return paymentUtils.getTrackingData({ amount, duration })
377 }
378
379 afterInsert () {
380 super.afterInsert()

Callers 1

trackPurchaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected