It would seem that the documentation available at http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card differs from the usage in the sample code available at https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/charge-credit-card.php#L23.
I'm revisiting some cc processing code we implemented several months ago, and I see that we used the format MM-YYYY. Have there been changes in this? What is the correct format?


It would seem that the documentation available at http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card differs from the usage in the sample code available at https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/charge-credit-card.php#L23.
I'm revisiting some cc processing code we implemented several months ago, and I see that we used the format
MM-YYYY. Have there been changes in this? What is the correct format?