Skip to content

Commit 2bac771

Browse files
committed
Docs: Update UPGRADING.md with corrected Environment usage example
1 parent 9e8111a commit 2bac771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $checkout = new CheckoutDto(
162162
#### Environment & Config
163163
- **Old:**
164164
```php
165-
Environment::SANDBOX;
165+
PaymayaClient::ENVIRONMENT_SANDBOX;
166166
```
167167
- **New:**
168168
```php

0 commit comments

Comments
 (0)