Braintree CC - Anyone Using in 1.0.8.x?

Ask the community for help and support.
Post Reply
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Braintree CC - Anyone Using in 1.0.8.x?

Post by zipurman »

Just wondering if anyone is using the Braintree CC payment module in 1.0.8.x?

I am trying to get it working with the braintree API sandbox and it seems to have some issues. Just wondering if anyone has it working or if I should dig into trying to solve why it does not appear to work.

https://developers.braintreepayments.co ... esting/php

I am trying to use the sandbox cards and values, but no matter what, the cards come back as:

There has been an error processing your credit card
Please try again and if problems persist, please try another payment method.

I am using my own sandbox account, with Merchant ID, Public Key, Private Key, Client Side Encryption Key, USD: USD,CAD.

Errors were being thrown on line 362 of includes/modules/payment/braintree_cc.php Trying to get property 'transaction' of non-object - fixed by changing to

Code: Select all

if ( !empty($this->result->transaction)) {


Thanks for any ideas ;)
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: Braintree CC - Anyone Using in 1.0.8.x?

Post by zipurman »

Okay, so I have created a new braintree credit card addons. I am thinking of creating some more payment mods similar to my shipping mods, where they all use similar logic and look the same. I will be releasing these as I do them as PAID addons. The braintree addon will be released after some more testing.

Anyone have any payment processors they wish were available to Phoenix?
You do not have the required permissions to view the files attached to this post.
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
Greasemonkey
VIP Member
VIP Member
Posts: 13
Joined: Thu Apr 01, 2021 2:07 am
Has thanked: 4 times

Re: Braintree CC - Anyone Using in 1.0.8.x?

Post by Greasemonkey »

One word.... ApplePay.

There needs to be a web Apple/Android Pay payment module. I've been working with @BrockleyJohn to create a upgraded Stripe module that has an ApplePay feature. Would be great to see more options.

I tried, once apon a time, using the BT app - but it was way beyond me.
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: Braintree CC - Anyone Using in 1.0.8.x?

Post by zipurman »

I am working on the Braintree ApplePay next ;)

Will let you know when there is progress.
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
Post Reply