SetUpAdditionalPaymentTypes::on_deactivate_wcpay()

Method: Executes when the WooCommerce Payments plugin is deactivated. Possibly hard-deletes the note if it is in the database. Hard-delete is used instead of soft-delete or actioning the note because we need to show the note if the plugin is activated again.

Source: packages/woocommerce-admin/src/Notes/SetUpAdditionalPaymentTypes.php:72

Used by 0 functions | Uses 0 functions

SetupIntentService::cancel()

Method: A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_confirmation, or requires_action.

Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:40

Used by 0 functions | Uses 0 functions

SetupIntentService::confirm()

Method: Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.

Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:65

Used by 0 functions | Uses 0 functions