PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
academe
/
authorizenet-objects
/
src
/
Response
/
Model
<?php namespace Academe\AuthorizeNet\Response\Model; /** * Single Transaction Response Error. */ class Error extends Message { public function __construct($data) { $this->setData($data); $this->setCode($this->getDataValue('errorCode')); $this->setText($this->getDataValue('errorText')); } }
[-] Message.php
[edit]
[-] UserField.php
[edit]
[+]
..
[-] TransactionResponse.php
[edit]
[-] SplitTenderPayment.php
[edit]
[-] PrePaidCard.php
[edit]
[-] Transaction.php
[edit]
[-] LineItem.php
[edit]
[-] TransactionMessage.php
[edit]
[-] Error.php
[edit]