Skip to content

Commit 4c47d6d

Browse files
authored
Update README.md
1 parent a2b5395 commit 4c47d6d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $result = $transaction
5757
'customer_name' => 'Nama Pelanggan',
5858
'customer_email' => 'email@konsumen.id',
5959
'customer_phone' => '081234567890',
60-
'expired_time' => Helper::makeTimestamp('6 HOUR'),
60+
'expired_time' => Helper::makeTimestamp('6 HOUR'), // see Supported Time Units
6161
]);
6262

6363
echo $result->getBody()->getContents();
@@ -70,3 +70,10 @@ echo json_encode($debugs, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
7070
```
7171

7272
Please check the `/examples` for the other examples
73+
74+
## Supported Time Units
75+
> :exclamation: All time units are in a singular noun
76+
- SECOND
77+
- MINUTE
78+
- HOUR
79+
- DAY

0 commit comments

Comments
 (0)