We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20e190 commit 2230f17Copy full SHA for 2230f17
demo/peacock/src/modules/checkout.js
@@ -32,6 +32,8 @@ export type CheckoutState = {
32
billingAddress: ShippingAddress,
33
};
34
35
+export const checkApplePay = () => foxApi.applePay.available();
36
+
37
export const selectCreditCard = createAction('CHECKOUT_SET_CREDIT_CARD');
38
export const setEditStage = createAction('CHECKOUT_SET_EDIT_STAGE');
39
export const setBillingData = createAction('CHECKOUT_SET_BILLING_DATA', (key, value) => [key, value]);
0 commit comments