Braintree Drop-In UI CVV field disabled when type enter - braintree

When I enter in the CVV or Expired field and keypress enter, the field is immediately disabled and the data can not be re-entered.

I had a similar problem recently and wasn't sure what was the cause of it. At the end I upgraded my Braintree version from 3.18 to 3.22 and it worked. Maybe you have the same issue, so give it a try :)

Related

Adding Facebook Messenger channel trigger a JS bug in the "My Bots" page

I've tried to add a Facebook Messenger channel to one of my bots. I've entered e app/page ID, app secret and page token of my FB app and page (that, BTW, I use in another bot).
Everything checked out: after hitting "Resubmit" in https://facebook.botframework.com/Dev, I got the success message
Credentials have been validated.
However, when clicking on
"I'm done configuring Facebook Messenger"
button and going back to my bot page, everything between the Bot Framework Preview and the 'contact us' footer is gone.
I did some debugging and found that in all.js?v=121 the code should be updated to if (aa && aa.length>0) to account for HtmlLink without <a> tag.
Any ideas if there are workarounds?
Thanks!
We had this problem two days ago, but have since resolved it. If it's not resolved for you, let us know as your scenario might be different.

Magento-paypal payflow-pro- test credit/debit card works with live mode

I have configured Paypal Pay-flow Pro, and live mode is set, but when I use test card details for any card type then it accepts it and successfully checks out.
When I have set Payment Action -Authorization in admin payment settings then it works fine, but not when Payment action will be Sale.
CC.php from model file of payment has been overwritten and changes are below :
$info->setCcCidEnc($info->encrypt($info->getCcCid()));
This line is uncommented in prepareSave() function.
What is the exact issue here, I am unable to trace it!
I have got response from paypal support team and they had an issue whereby some of the processed transaction is not appearing in their PayPal account.
their developers fixed it and it's working properly now.
I am posting answer so it may help someone in future.

Payflow Link Gateway Timing Out & Information entered incorrect. Try again

I'm having the most trouble with Paypal. We already have a system set up that is working our live site, but I created a test-only Payflow account for testing configured exactly how we have it in live, but it keeps timing out or giving me the error
"Information entered incorrect. Try again.". The code has not changed.
Just yesterday before I left for the day it was working for once. I don't know what I'm doing wrong.
Posting to this URL: https://pilot-payflowlink.paypal.com/
Login = My Login
Partner = PayPal
Amount = 5
Type = S
I have turned everything as "OPTIONAL" as far as address and billing goes. All that displays is the credit card number and expiration, but after it gives me the "Information entered incorrect. Try again." it displays a radio button that asks if the address is the same as the shipping. if I click different it does nothing, I think it should at least drop down with some other fields.
Payflow manager:
In Payflow manager if i try a test transaction under Virtual Terminal > Test Single Transaction it gives me this error:
Tender Type: Credit Card
Transaction: Sale
Card Number: 371449635398431
Mode: Test
I give it $5, nothing else filled in:
Result Code: 104 Response Message: Timeout waiting for Processor
response
It's a project I need to finish as quickly as possible but looks like Paypal isn't letting this happen. Also, I am using the test credit card numbers found in the docs.
Test link: http://cityoftemplates.com/email_process_test/tests/clientCheckout/
The gateway with no changes to what I had done earlier started working.
I assume it was some kind of maintenance or downtime caused by POODLE (SSLv4 bug) that made it go down all morning.

In-App Billing subscription issues

With the release of the new subscription option from In-App Billing API we started a proof of concept of the service and we found a few issues. Has anyone else tried it and would have some answers for us? Here's the issues we have been facing so far:
1 – While testing the unsubscribe functionality, the Google Play interface displays a white page with an “Item not found” message and a retry button. Is it due to the fact the app is not yet published? If yes, how can we test this flow without publishing it first?
2 – Inter device synchronization. When making a subscription on one device, other devices tied to the same account did not receive a OnPurchaseStateChange event. Is it again due to the fact the app is not published? Or are subscriptions tied to a particular device and not to an account?
3 – On our Google merchant page, when we cancel a purchase, the device does not receive a notification telling the subscription has been cancelled. Is this a bug? As a workaround we are manually checking the current time and comparing with the expiration date to force a restore transactions call. At this point, we are able to see the subscription is no longer valid. Do you think this is an acceptable solution?
4 – When a subscription is made, two transactions show up on the Google Merchant page: a FAILED transaction with a value of $0 and a valid one with the value we charged. Is this the expected behavior? What’s the purpose of the $0 FAILED transaction?
If anyone has faced similar issues we would like to know. Maybe these could be bugs on Google's end or maybe we did not understand 100% how it is supposed to work.
Thanks in advance.
1.I had the same issue and after I published (and later unpublished) my app I could see the app page in the market,so you can publish and than unpublish.
2.I didn't check it with subscriptions ,but for managed item i didn't get purchaseStateChange on two different devices as expected.
3.I do get subscription expired after canceling one,but only after a while.
I didn't understood how you can get the expiration date ?
you only can get it with access to play developer api.
the restore transactions will give you same purchaseStateChange as you got when purchase the item.
*in the developer guide it is recommanded to use restore transactions only in first app use.
4.I have same issue,and i heard at least about 10 people with same 0$ charge.

Msxml2.ServerXMLHTTP.4.0 and https and timeout error

We had a credit card form that was non-https. When the submit was done it would call Paypal in https mode to process a credit card. Never had any problems. My boss understandable so wants the form to enter credit card data to be https. When I do this now I get a timeout error using the MSxml2.ServerXMLHTTP.4.0 object.
I tried setting the timeout to no avail.
Any suggestions on how to use the Msxml2.ServerXMLHTTP.4.0 in classic ASP without getting the timeout error?
Thanks
Upgraded to 6.0 and it solved the problem

Resources