Author | Posts |
---|---|
April 13, 2014 at 9:36 am 18632 | |
Rachelle | Since it appears my url is still not generating a pay key and paypal said that’s where my problem was I dug in the plugin code and found this. Does this all look correct or should something be changed to make my site start generating a paykey with my orders so they will be valid? /** if ( ‘yes’ == $this->testmode ) { $ipnMessage = new PPIPNMessage( null, $config ); if ( $ipnMessage->validate() ) { $this->add_log( ‘IPN Response: ‘ . print_r( $ipnMessage->getRawData(), true ) ); do_action( “dokan-valid-paypal-adaptive-request” ); $this->add_log( ‘Received invalid response from PayPal Adaptive Payment’ ); if ( is_wp_error( $ipnMessage ) ) { /** $posted = $_POST; if ( !$paykey ) { $order_id = $this->get_order_by_paykey( $paykey ); if ( !$order_id ) { $order = new WC_Order( $order_id ); // yet another check to make sure |
April 13, 2014 at 7:49 pm 18671 | |
Rachelle | Here is the error log it gives me, how do I fix this? It says at the bottom the application is not authorized for the user but I’ve applied for all necessary items, been completely approved for parallel payments and inputted it all correctly, according to paypal. I think I may be missing something… 04-13-2014 @ 09:40:43 – Payment Process: parallel —— Reciever listArray [1] => Receiver Object ) [payKey] => |
April 13, 2014 at 7:54 pm 18672 | |
Jay | I found this and not sure if it helps. Are you using this API somewhere else?
|
April 13, 2014 at 8:28 pm 18675 | |
Rachelle | I found that webpage when I did a general search for the code but this is a
|
April 13, 2014 at 8:42 pm 18677 | |
Jay | Yes, it needs to be verified. I asked you earlier if it was…LOL. Just wait until the account becomes verified. 😛 |
April 13, 2014 at 8:43 pm 18678 | |
Rachelle | I think I’m trying to do too much…lol
|
April 13, 2014 at 8:52 pm 18680 | |
Jay | My pleasure and it happens. I have overlooked the simple things as well. I think you should be set once it is approved. |
April 15, 2014 at 7:49 am 18787 | |
Rachelle | Once my checking account was confirmed the adaptive paypal process worked without a hitch. I will mark this as resolved. 🙂 |
September 21, 2014 at 3:15 am 27100 | |
Jamie | This reply has been marked as private. |
September 21, 2014 at 2:25 pm 27108 | |
Sekander Badsha | Hello Jamie, |
March 4, 2015 at 4:02 pm 38185 | |
membie | Hello, I am having the same problem and my account is verified. Thanks 🙂 |