From 87c1d645490003e3e13e591b5050affa9cdb6a4c Mon Sep 17 00:00:00 2001 From: Petrisor Frincu Date: Tue, 13 Aug 2024 11:19:24 +0300 Subject: [PATCH] Apple pay integration --- apps/web/components/PayPal/ApplePayButton.vue | 87 +++++++++++++ .../components/PayPal/PayPalExpressButton.vue | 1 + apps/web/components/PayPal/types.ts | 122 ++++++++++++++++++ apps/web/composables/usePayPal/usePayPal.ts | 3 +- apps/web/configuration/app.config.ts | 1 + 5 files changed, 213 insertions(+), 1 deletion(-) create mode 100644 apps/web/components/PayPal/ApplePayButton.vue diff --git a/apps/web/components/PayPal/ApplePayButton.vue b/apps/web/components/PayPal/ApplePayButton.vue new file mode 100644 index 000000000..961b534bc --- /dev/null +++ b/apps/web/components/PayPal/ApplePayButton.vue @@ -0,0 +1,87 @@ + + + diff --git a/apps/web/components/PayPal/PayPalExpressButton.vue b/apps/web/components/PayPal/PayPalExpressButton.vue index b8e3b6a56..f510b03bd 100644 --- a/apps/web/components/PayPal/PayPalExpressButton.vue +++ b/apps/web/components/PayPal/PayPalExpressButton.vue @@ -1,5 +1,6 @@