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 d3b36b0 commit 55301f8Copy full SHA for 55301f8
client/my-sites/checkout/src/components/checkout-main.tsx
@@ -415,6 +415,7 @@ export default function CheckoutMain( {
415
paymentMethodObjects,
416
allowedPaymentMethods,
417
} );
418
+ debug( 'filtered payment method objects', paymentMethods );
419
420
const { analyticsPath, analyticsProps } = getAnalyticsPath(
421
purchaseId,
0 commit comments