Skip to content

Commit

Permalink
Merge pull request #2 from kamilkozak/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mnastalski authored May 18, 2024
2 parents e847b2c + 1bde596 commit dbf701b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Add the following to your `.env` file:
PRZELEWY24_MERCHANT_ID=12345
PRZELEWY24_REPORTS_KEY=f0ae...
PRZELEWY24_CRC=aef0...
PRZELEWY24_LIVE=false
PRZELEWY24_IS_LIVE=false
```

Setting `PRZELEWY24_LIVE` to `false` will use the [sandbox environment](https://sandbox.przelewy24.pl/panel/). Set it to `true` to use production/live mode.
Setting `PRZELEWY24_IS_LIVE` to `false` will use the [sandbox environment](https://sandbox.przelewy24.pl/panel/). Set it to `true` to use production/live mode.

Pos ID may also be set if necessary:

Expand Down Expand Up @@ -111,7 +111,7 @@ class MyController
originAmount: $order->amount,
orderId: $webhook->orderId(),
methodId: $webhook->methodId(),
statement: "Order #{$order->id}",
statement: $webhook->statement(),
// currency: Currency::EUR,
);

Expand Down

0 comments on commit dbf701b

Please sign in to comment.