()
| 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 () { |
no outgoing calls
no test coverage detected