You are here

constant StripeEvents::PAYMENT in Stripe 2.x

The name of the event fired when allowing modules to change the client side properties of the stripe workflow, like updating prices or massaging post data to fill biling address.

File

src/Event/StripeEvents.php, line 24

Class

StripeEvents
Defines events for stripe webhooks.

Namespace

Drupal\stripe\Event

Code

const PAYMENT = 'stripe.payment';