1 <?php 2 namespace OpenDNS\MES\Trident; 3 4 /** 5 * Execute a preauthorization and capture in one operation. 6 */ 7 class Sale extends CardTransaction 8 { 9 /** @var string Transaction type to send in the request */ 10 protected $transactionType = 'D'; 11 } 12