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

Method makePurchaseOps

app/views/core/SubscribeModal.js:264–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 }
263
264 makePurchaseOps () {
265 const out = { data: {} }
266 if (this.couponID) { out.data.coupon = this.couponID }
267 return out
268 }
269
270 // For lifetime subs
271 onPayPalPaymentStarted () {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected