You are here

8 calls to ErrorHelper::handleException() in Commerce Stripe 8

Stripe::capturePayment in src/Plugin/Commerce/PaymentGateway/Stripe.php
Captures the given authorized payment.
Stripe::createPayment in src/Plugin/Commerce/PaymentGateway/Stripe.php
Creates a payment.
Stripe::createPaymentIntent in src/Plugin/Commerce/PaymentGateway/Stripe.php
Create a payment intent for an order.
Stripe::deletePaymentMethod in src/Plugin/Commerce/PaymentGateway/Stripe.php
Deletes the given payment method.
Stripe::doCreatePaymentMethod in src/Plugin/Commerce/PaymentGateway/Stripe.php
Creates the payment method on the gateway.
Stripe::refundPayment in src/Plugin/Commerce/PaymentGateway/Stripe.php
Refunds the given payment.
Stripe::voidPayment in src/Plugin/Commerce/PaymentGateway/Stripe.php
Voids the given payment.
StripeReview::buildPaneForm in src/Plugin/Commerce/CheckoutPane/StripeReview.php
Builds the pane form.