Skip to content

Commit

Permalink
fix(PAYMENTS-15239): change text component selector
Browse files Browse the repository at this point in the history
  • Loading branch information
simbirromanmakarov committed Aug 22, 2023
1 parent d113dc8 commit f1cbbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/web-components/web-component-tag-name.enum.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum WebComponentTagName {
TextComponent = 'psdk-text-component',
TextComponent = 'psdk-text',
SubmitButtonComponent = 'psdk-submit-button',
PaymentMethodsComponent = 'psdk-payment-methods',
PriceTextComponent = 'psdk-price-text',
Expand Down

0 comments on commit f1cbbe9

Please sign in to comment.