Skip to content

Commit

Permalink
cardholderAuthentication support
Browse files Browse the repository at this point in the history
  • Loading branch information
czigor committed Apr 4, 2018
1 parent 09b5468 commit 6fa4824
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/DataTypes/CardholderAuthentication.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace CommerceGuys\AuthNet\DataTypes;

class CardholderAuthentication extends BaseDataType
{

protected $propertyMap = [
'authenticationIndicator',
'cardholderAuthenticationValue',
];
}

0 comments on commit 6fa4824

Please sign in to comment.