@angelleyesupport, I am seeing the issue as well, but it is only being presented with Mastercard. I did notice that in the angelleye-utility.php file, the card_type_from_account_number function uses a regex against the entire card number but in paypal-rest-api-utility.php file, the set_card_type($card_data) function only passes the first four. That regex will fail when it only sees the first four.
-
This reply was modified 6 years, 1 month ago by P Parks.