Skip to content

Commit

Permalink
Merge pull request #11 from mgralikowski/patch-3
Browse files Browse the repository at this point in the history
Update CreatePaymentLink.php
  • Loading branch information
axotion committed Mar 10, 2019
2 parents 45a4987 + f230776 commit 6469996
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DotpayApi/Requests/CreatePaymentLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CreatePaymentLink extends AbstractRequest implements IRequest
protected $currency;
protected $description;
protected $control;
protected $language;
// protected $language;
protected $onlinetransfer = 1;
protected $ch_lock = 1;
protected $redirection_type = 0;
Expand Down Expand Up @@ -38,5 +38,4 @@ public function path()
{
return 'api/v1/accounts/'.$this->shop_id.'/payment_links/';
}

}

0 comments on commit 6469996

Please sign in to comment.