Skip to content

Commit

Permalink
Payment fields
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Jan 29, 2018
1 parent 6f66a8a commit 773f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/PaymentRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class PaymentRequestBuilder extends RequestBuilder
{
public function __construct( Builder $builder )
{
$this->parameters['fields'] = '';
$this->parameters['fields'] = 'Guid,DepositAccountNumber,ExternalReference,PaymentDate,Description,Amount,AmountInForeignCurrency';

parent::__construct( $builder );
}
Expand Down

0 comments on commit 773f19a

Please sign in to comment.