Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMadness committed Sep 27, 2017
2 parents c398b3b + fe88ea6 commit 9a29f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "professionalweb/payment-laravel",
"version": "2.1.2",
"version": "2.1.3",
"description": "Payment drivers for laravel",
"homepage": "http://web-development.pw/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/yandex/ReceiptItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function toArray()
],
'currency' => $this->getCurrency(),
'tax' => $this->getTax(),
'text' => $this->getName(),
'text' => mb_substr($this->getName(), 0, 128),
];
}
}

0 comments on commit 9a29f7a

Please sign in to comment.