Closed filipbudisa closed 6 years ago
But you can find a method that will fire "receipt_page" that find under current class. woocommerce_receipt_TPAYWAY
is a tag name. A method is defined in a second argument of add_aciton() function. More info at https://developer.wordpress.org/reference/functions/add_action/#comment-354
Fixed in release 1.1
On line 466, you define the payment method with the id "WC_TPAYWAY", but on line 57, you add the woocommercereceipt action with the id "TPAYWAY", making the action not fire