From 5757d4ba90a084ec171ee556dbd1b9081a8541cc Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 21 Jul 2020 12:38:59 +0200 Subject: [PATCH] Can handle apple pay requests with local certificate files. --- frontend/components/ui/applePay.vue | 87 +++++++++++++++++++++++++++-- server/controllers/applePay.js | 46 +++++++++++++++ 2 files changed, 129 insertions(+), 4 deletions(-) create mode 100644 server/controllers/applePay.js diff --git a/frontend/components/ui/applePay.vue b/frontend/components/ui/applePay.vue index 21e676b..af44dfc 100644 --- a/frontend/components/ui/applePay.vue +++ b/frontend/components/ui/applePay.vue @@ -1,6 +1,6 @@