UE4 payment issue if card expires in current month

Hi,

The issue is that’s impossible to pay by card if current month is equals to the card expiring month. For example: i have virtual card that expires in december, client-js on payment page checks that current month is equals to the card expiry month and disables payment button with warning (but card is still valid). As workaround i’m translating system clocks back to the month, and after that payment works fine :).