1 parent 8e160e7 commit 6dc67ccCopy full SHA for 6dc67cc
1 file changed
js/index.js
@@ -1,4 +1,5 @@
1
+import _PaymentRequest from './PaymentRequest';
2
import { PKPaymentButton } from './PKPaymentButton';
3
-export { default as PaymentRequest } from './PaymentRequest';
4
export const ApplePayButton = PKPaymentButton;
5
+export const PaymentRequest = _PaymentRequest;
0 commit comments