Skip to content

Commit

Permalink
version 1.1.0 (#15)
Browse files Browse the repository at this point in the history
* Skip .env for now

* update version
  • Loading branch information
bleuscyther authored Dec 11, 2022
1 parent 149152c commit 30f751b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions src/API/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,7 @@ private function setExpirationDate(): int
* Parse the response from the CreatePayment into a Payment
*
* @param Order $order
* @param array{
* mode: string,
* path: string,
* payment_token: array{
* expired: string,
* created: string,
* token: string
* },
* timestamp: int,
* status: int
* } $array
* @param array{ mode: string, path: string, payment_token: array{expired: string,created: string,token: string},timestamp: int,status: int} $array
*
* @return Payment
* @throws PaymentException
Expand Down

0 comments on commit 30f751b

Please sign in to comment.