ivrrimum
Forum Replies Created
-
Okey i figured out its a call to paymentsbraintree.com 403 means something is wrong with authorization.
But why, i have filled in( in admin panel ) all the merchant id’s, private and public keys.
Can someone help me out ?
I debuged even futher. HTTP class has a post method,
When calling this request /merchants/4hr45v4zkhspzfvt/transaction
It responds with 403 error. Okey final questions is why ? Why would it respond with 403 ?
Okey, i have found a method that fails.
In TransactionGateway _doCreate method in it
$response = $this->_http->post($fullPath, $params);
This is what couses the fail. But i cant trace futher, i dont know how.
New lead,$result variables
array(3) { ["amount"]=> string(7) "1205.00" ["creditCard"]=> array(4) { ["number"]=> NULL ["cvv"]=> NULL ["expirationMonth"]=> string(2) "01" ["expirationYear"]=> string(4) "2017" } ["options"]=> array(1) { ["submitForSettlement"]=> bool(true) } }
As you can see card number and cvv number is NILL, it is not sent trought ajax, hovewer when i manually type the values in code, it still returns failure.
It fails here:
$result = Braintree_Transaction::sale(array( "amount" => $order->order_total, "creditCard" => array( "number" => $_POST["braintree-card-number"], "cvv" => $_POST["braintree-card-cvc"], "expirationMonth" => $_POST["braintree-card-expiry-month"], "expirationYear" => $_POST["braintree-card-expiry-year"] ), "options" => array( "submitForSettlement" => true ) ));
So i debuged and made all payment methods available.
When i try to checkout it gives me failure.
Forum: Fixing WordPress
In reply to: wp-login and wp-admin redirectAlso, https://blog.example.com/wp-admin/ does not exist, only https://blog.example.com/wp-admin/ exists!!!
Forum: Fixing WordPress
In reply to: wp-login and wp-admin redirectYes, i can access my website root, asswell as posts, members etc, EXCEPT wp-login and wp-admin by going to https://example.com/blogs/