public function StripePaymentEvent::getFormElement in Stripe 2.x
File
- src/
Event/ StripePaymentEvent.php, line 91
Class
- StripePaymentEvent
- Wraps a stripe event for webhook.
Namespace
Drupal\stripe\EventCode
public function getFormElement() : string {
return $this->element;
}