(options)
| 146 | } |
| 147 | |
| 148 | stripeOptions (options) { |
| 149 | return _.assign({ |
| 150 | alipay: (me.get('country') === 'china') || ((me.get('preferredLanguage') || 'en-US').slice(0, 2) === 'zh') ? true : 'auto', |
| 151 | alipayReusable: true |
| 152 | }, options) |
| 153 | } |
| 154 | |
| 155 | onClickPurchaseButton (e) { |
| 156 | if (!this.basicProduct) { return } |
no test coverage detected