Skip to content

Commit

Permalink
Revert js exports to what they were before, slightly beyond my unders…
Browse files Browse the repository at this point in the history
…tanding but it broke my tests (#255)
  • Loading branch information
runticle committed Nov 19, 2020
1 parent 8e160e7 commit 6dc67cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 6dc67cc

Please sign in to comment.