Skip to content

Commit 8d18bc8

Browse files
committed
readme changes for ost sdk php
1 parent c51f5b8 commit 8d18bc8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ For executing transactions, you need to understand the 4 modules described below
364364

365365
* DIRECT-TRANSFERS execute transaction should be used to transfer BTs to your end-users.
366366

367-
```php
367+
```php
368368
// Mandatory API parameters
369369

370370
// Token holder address of receiver.
@@ -792,8 +792,7 @@ For executing transactions, you need to understand the 4 modules described below
792792
$webhookSecret = 'mySecret';
793793

794794
$params = array();
795-
$params["version"
796-
] = $version;
795+
$params["version"] = $version;
797796
$params["stringified_data"] = json_encode($webhookEventData);
798797
$params["request_timestamp"] = $requestTimestamp;
799798
$params["signature"] = $signature;

0 commit comments

Comments
 (0)