Skip to content

Commit

Permalink
Merge 1c60544 into b5ee487
Browse files Browse the repository at this point in the history
  • Loading branch information
dara committed Aug 9, 2018
2 parents b5ee487 + 1c60544 commit caaa647
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Entities/PaymentCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ public function getStatus()
return $this->getAttribute('status');
}

/**
* @param $value
*
* @return $this
*/
public function setBillingAddress($value)
{
return $this->setAttribute('status', $value);
}

/**
* @return string
*/
Expand Down

0 comments on commit caaa647

Please sign in to comment.