Multiple UPE - payment method does not support recurring payments error in my account #4396
Labels
category: core
WC Payments core related issues, where it’s obvious.
component: upe
type: bug
The issue is a confirmed bug.
Description
This is one of the TODOs from #3968 (comment).
When we use the
poc/upe-instances-multiplied
branch, this error appears on the my account page:This payment method does not support recurring payments.
This is due to all payment gateways appearing on the page when only the card element should appear. We'll need to filter out gateways that don't support tokenization when register gateways. We can check if we're on the Add Payment Page and if the payment method is reusable.
This ticket is to investigate and fix the error.
Acceptance Criteria
This payment method does not support recurring payments.
should not show up.poc/upe-instances-multiplied
, notdevelop
.The text was updated successfully, but these errors were encountered: