From 6dc67cc5df56c41015fb1d6d98cb3f80f0a959b7 Mon Sep 17 00:00:00 2001 From: Alfie Date: Thu, 19 Nov 2020 12:36:39 +0000 Subject: [PATCH] Revert js exports to what they were before, slightly beyond my understanding but it broke my tests (#255) --- js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 6f862ed2..d44a3649 100644 --- a/js/index.js +++ b/js/index.js @@ -1,4 +1,5 @@ +import _PaymentRequest from './PaymentRequest'; import { PKPaymentButton } from './PKPaymentButton'; -export { default as PaymentRequest } from './PaymentRequest'; export const ApplePayButton = PKPaymentButton; +export const PaymentRequest = _PaymentRequest; \ No newline at end of file