Stripe Payments Plugin – Filter Hooks Reference

Below is a list of action hooks that are available in the Stripe Payments Plugin. Payment Process asp_ng_process_ipn_product_item_override You can use this filter to override ASP_Product_Item class. Parameters: $item (object)ASP_Product_Item object.  asp_ng_process_ipn_payment_data_item_override You can use this filter to override ASP_Payment_Data class. Parameters: $p_data (object)false by default. If still false after filter execution, default ASP_Payment_data object … Continue reading Stripe Payments Plugin – Filter Hooks Reference