Skip to content

Commit 237e247

Browse files
committed
fix: paypal refund modal text fields updated to use the deprecated field
1 parent fa8bdb0 commit 237e247

File tree

1 file changed

+1
-1
lines changed
  • src/Resources/app/administration/src/module/swag-paypal-payment/component/swag-paypal-text-field

1 file changed

+1
-1
lines changed

Diff for: src/Resources/app/administration/src/module/swag-paypal-payment/component/swag-paypal-text-field/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ const { Component } = Shopware;
1010
* @component-example
1111
* <swag-paypal-text-field label="Name" placeholder="placeholder goes here..."></swag-paypal-text-field>
1212
*/
13-
Component.extend('swag-paypal-text-field', 'sw-text-field', {
13+
Component.extend('swag-paypal-text-field', 'sw-text-field-deprecated', {
1414
template,
1515
});

0 commit comments

Comments
 (0)