(event)
| 364 | } |
| 365 | |
| 366 | trackPurchase (event) { |
| 367 | if (!paymentUtils.hasTrackedPremiumAccess()) { |
| 368 | this.homePageEvent(event, this.getPaymentTrackingData()) |
| 369 | return paymentUtils.setTrackedPremiumPurchase() |
| 370 | } |
| 371 | } |
| 372 | |
| 373 | getPaymentTrackingData () { |
| 374 | const amount = utils.getQueryVariable('amount') |
no test coverage detected