Class WC_Stripe_Payment_Intent
- WC_Stripe_Payment
-
WC_Stripe_Payment_Intent
Package: Stripe\Classes
Author: Payment Plugins
Since: 3.1.0
Located at class-wc-stripe-payment-intent.php
Author: Payment Plugins
Since: 3.1.0
Located at class-wc-stripe-payment-intent.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
#
can_update_payment_intent( WC_Order $order )
Compares the order's saved intent to the order's attributes. If there is a delta, then the payment intent can be updated. The intent should only be updated if this is the checkout page. |
public
|
|
public
Stripe\Charge
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from WC_Stripe_Payment
__construct()
,
add_general_order_args()
,
add_order_amount()
,
add_order_currency()
,
add_order_description()
,
add_order_metadata()
,
add_order_shipping_address()
,
add_payment_failed_note()
,
get_gateway()
,
get_name_from_order()
,
order_error()
,
payment_complete()
,
process_refund()
,
process_zero_total_order()
,
set_payment_method()