| Current Path : /home/rtorresani/www/vendor/paypal/module-braintree-core/Gateway/Http/Client/ |
| Current File : //home/rtorresani/www/vendor/paypal/module-braintree-core/Gateway/Http/Client/TransactionSale.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace PayPal\Braintree\Gateway\Http\Client;
class TransactionSale extends AbstractTransaction
{
/**
* @inheritdoc
*/
protected function process(array $data)
{
return $this->adapter->sale($data);
}
}