commit
705f26142a
2 changed files with 10 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="alert fade show my-2 py-2 border-0 alert-info" role="alert">
|
<div class="alert fade show my-2 py-2 border-0 alert-info" role="alert">
|
||||||
<component :is="'script'" src="https://js.afterpay.com/afterpay-1.x.js" async></component>
|
<component
|
||||||
|
:is="'script'"
|
||||||
|
src="https://js.squarecdn.com/square-marketplace.js"
|
||||||
|
async></component>
|
||||||
<div class="my-4 alert-heading text-center">
|
<div class="my-4 alert-heading text-center">
|
||||||
<span v-html="afterpayHeaderCopy" />
|
<span v-html="afterpayHeaderCopy" />
|
||||||
<span class="afterpay-amount">{{ this.afterpayPrice }}</span>
|
<span class="afterpay-amount">{{ this.afterpayPrice }}</span>
|
||||||
|
|
@ -10,7 +13,7 @@
|
||||||
<a
|
<a
|
||||||
id="afterpay-learnmore"
|
id="afterpay-learnmore"
|
||||||
href="#"
|
href="#"
|
||||||
data-afterpay-modal="en_US-safelite"
|
data-afterpay-modal="en_US"
|
||||||
data-bind="click:afterpayLearnMore"
|
data-bind="click:afterpayLearnMore"
|
||||||
class="afterpay-learn-more">
|
class="afterpay-learn-more">
|
||||||
<img :src="infoIcon" alt="Info Icon" class="info-icon" />
|
<img :src="infoIcon" alt="Info Icon" class="info-icon" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="alert fade show my-2 py-2 border-0 alert-info" role="alert">
|
<div class="alert fade show my-2 py-2 border-0 alert-info" role="alert">
|
||||||
<component :is="'script'" src="https://js.afterpay.com/afterpay-1.x.js" async></component>
|
<component
|
||||||
|
:is="'script'"
|
||||||
|
src="https://js.squarecdn.com/square-marketplace.js"
|
||||||
|
async></component>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="mx-4 my-0 alert-heading text-center"
|
class="mx-4 my-0 alert-heading text-center"
|
||||||
|
|
@ -17,7 +20,7 @@
|
||||||
<a
|
<a
|
||||||
id="afterpay-learnmore"
|
id="afterpay-learnmore"
|
||||||
href="#"
|
href="#"
|
||||||
data-afterpay-modal="en_US-safelite"
|
data-afterpay-modal="en_US"
|
||||||
data-bind="click:afterpayLearnMore">
|
data-bind="click:afterpayLearnMore">
|
||||||
{{ modalCopy }}
|
{{ modalCopy }}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue