-
Posted a reply to Using short code in template file, on the site WordPress.org Forums:
I'm not having a problem getting the $data array, the problem is getting the transaction… -
Posted a reply to Using short code in template file, on the site WordPress.org Forums:
Basically what I'm trying to do is check if the payment went through and returned… -
Posted a reply to Using short code in template file, on the site WordPress.org Forums:
ID should be returned but isn't. This is the code I have. In functions/fields.php :… -
Posted a reply to Using short code in template file, on the site WordPress.org Forums:
ok that makes sense. However, var_dump($data['charge']) works but var_dump($data['txn_id']) returns NULL -
Posted a reply to Using short code in template file, on the site WordPress.org Forums:
Hi, thanks for the quick response. I've added this to the funtions.php file: add_action('asp_stripe_payment_completed', 'asp_after_txn_callback',… -
Created a topic, Using short code in template file, on the site WordPress.org Forums:
Hi All, I am creating a template file for the thank y…