We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store errors/success messages for easier debugging.
wp-content\plugins\gold-cart\merchants\wpec_auth_net\classes\wpec_auth_net.class.php
Lines 600 - 604 and 609 - 613
$purchase_log = new WPSC_Purchase_Log( $this->cart_data['session_id'], 'sessionid' ); $purchase_log->set( array( 'notes' => 'Anet status: ' . $this->response->authorization_code, ) ); $purchase_log->save();
609-613
$purchase_log = new WPSC_Purchase_Log( $this->cart_data['session_id'], 'sessionid' ); $purchase_log->set( array( 'notes' => 'Anet status: ' . $this->response->response_reason_text, ) ); $purchase_log->save();
The text was updated successfully, but these errors were encountered:
wpsc_add_purchase_meta( $this->purchase_id, 'anet_gateway_response_value', $this->response->response_reason_text, true);
Sorry, something went wrong.
No branches or pull requests
Store errors/success messages for easier debugging.
wp-content\plugins\gold-cart\merchants\wpec_auth_net\classes\wpec_auth_net.class.php
Lines 600 - 604 and 609 - 613
609-613
The text was updated successfully, but these errors were encountered: