Implemented payments with stripe.

This commit is contained in:
2020-07-21 12:56:16 +02:00
parent 5757d4ba90
commit f57b3295bb
6 changed files with 209 additions and 1 deletions

View File

@@ -97,6 +97,9 @@
</div>
<div class="checkout-actions margin-top--lg">
<applePay />
<stripe />
<Button color="green" :small="true" :scaleRotate="true"> til kassen</Button>
</div>
</section>
@@ -110,13 +113,15 @@ import store from '@/store';
import Picker from '@/components/ui/Picker'
import Button from '@/components/ui/Button'
import applePay from '@/components/ui/applePay';
import stripe from '@/components/stripe';
export default {
name: 'Cart',
components: {
Picker,
Button,
applePay
applePay,
stripe
},
computed: {
cartInventory() {