Skip to content

Commit

Permalink
Merge pull request #129 from rorteg/boleto-properties-do-not-exists
Browse files Browse the repository at this point in the history
Bugfix boleto properties (boletoUrl and boletoBarcode) do not exists
  • Loading branch information
devdrops committed Feb 21, 2017
2 parents dd36fc0 + b3ce8cf commit 298ccbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/Transaction/BoletoTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ class BoletoTransaction extends AbstractTransaction
{
const PAYMENT_METHOD = 'boleto';

/**
* @var string
*/
protected $boletoUrl;

/**
* @var string
*/
protected $boletoBarcode;

/**
* @var \DateTime
*/
Expand Down

0 comments on commit 298ccbc

Please sign in to comment.