We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5395 commit 4c47d6dCopy full SHA for 4c47d6d
README.md
@@ -57,7 +57,7 @@ $result = $transaction
57
'customer_name' => 'Nama Pelanggan',
58
'customer_email' => 'email@konsumen.id',
59
'customer_phone' => '081234567890',
60
- 'expired_time' => Helper::makeTimestamp('6 HOUR'),
+ 'expired_time' => Helper::makeTimestamp('6 HOUR'), // see Supported Time Units
61
]);
62
63
echo $result->getBody()->getContents();
@@ -70,3 +70,10 @@ echo json_encode($debugs, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
70
```
71
72
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