Skip to content

Commit

Permalink
assigning location property in MonetaryDetails construct
Browse files Browse the repository at this point in the history
  • Loading branch information
zervel committed Mar 17, 2018
1 parent 2faa0cb commit eaff3b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ public function __construct(MonetaryDetailsRequest $monetaryDetails)
$this->typeQualifier = $monetaryDetails->typeQualifier;
$this->amount = $monetaryDetails->amount;
$this->currency = $monetaryDetails->currency;
$this->location = $monetaryDetails->location;
}
}

0 comments on commit eaff3b0

Please sign in to comment.