Skip to content

Commit

Permalink
Fix regresion related to exporting PaymentRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreyco committed Jun 6, 2018
1 parent 43105a3 commit c0d78b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-payments/lib/js/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow

import PaymentRequest from './PaymentRequest';
import _PaymentRequest from './PaymentRequest';
import { PKPaymentButton } from './PKPaymentButton';

export const ApplePayButton = PKPaymentButton;
export default PaymentRequest;
export const PaymentRequest = _PaymentRequest;

0 comments on commit c0d78b1

Please sign in to comment.