We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e160e7 commit 6dc67ccCopy full SHA for 6dc67cc
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