Skip to content

Commit

Permalink
Language improvements (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo authored Oct 4, 2024
1 parent 29f5280 commit b834f74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3
2.1.4
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.4]

### Fixed

- Language improvements

## [2.1.3]


Expand Down
1 change: 1 addition & 0 deletions Model/ApiFacade/OpenApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ private function handleDataStructure(array $data): array
'amount' => $data['amount'],
'description' => $data['description'],
'hiddenDescription' => $data['crc'],
'lang' => strstr($data['language'], '_', true) ? strstr($data['language'], '_', true) : $data['language'],
'payer' => [
'email' => $data['email'],
'name' => $data['name'],
Expand Down

0 comments on commit b834f74

Please sign in to comment.