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 f226bfa commit 1173b61Copy full SHA for 1173b61
modules/payment/src/Element/PaymentGatewayForm.php
@@ -6,7 +6,7 @@
6
use Drupal\commerce_payment\Entity\EntityWithPaymentGatewayInterface;
7
use Drupal\commerce_payment\Exception\PaymentGatewayException;
8
use Drupal\Core\Form\FormStateInterface;
9
-use Drupal\Core\Render\Element\FormElement;
+use Drupal\Core\Render\Element\RenderElement;
10
11
/**
12
* Provides a form element for embedding the payment gateway forms.
@@ -25,7 +25,7 @@
25
*
26
* @RenderElement("commerce_payment_gateway_form")
27
*/
28
-class PaymentGatewayForm extends FormElement {
+class PaymentGatewayForm extends RenderElement {
29
30
use CommerceElementTrait;
31
0 commit comments