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 b20ef69 commit 683641eCopy full SHA for 683641e
packages/core/src/app/checkout/Checkout.test.tsx
@@ -265,7 +265,9 @@ describe('Checkout', () => {
265
});
266
267
it('renders checkout button container with ApplePay', async () => {
268
- (window as any).ApplePaySession = {};
+ (window as any).ApplePaySession = {
269
+ canMakePayments: () => true,
270
+ };
271
272
checkout.use(CheckoutPreset.RemoteProviders);
273
checkout.use(CheckoutPreset.CheckoutWithBillingEmail);
0 commit comments