You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print GoodCode::of('COM10', callback: function ($key) {
90
109
$a = [ 10 => '123'];
91
110
@@ -97,6 +116,10 @@ print GoodCode::of('COM10', callback: function ($key) {
97
116
#### `gift-code`
98
117
99
118
```php
119
+
<?php
120
+
121
+
use Cable8mm\GoodCode\GoodCode;
122
+
100
123
print GoodCode::of('GIF11', callback: function ($key) {
101
124
$a = [
102
125
11 => '456',
@@ -113,6 +136,10 @@ print GoodCode::of('GIF11', callback: function ($key) {
113
136
> `option-code` are matching with **both**`option-code`**and**`option-good-option` name. Unfortunately all of online shops like Coupang and 11st have not send any key for option to sellers.
114
137
115
138
```php
139
+
<?php
140
+
141
+
use Cable8mm\GoodCode\GoodCode;
142
+
116
143
print GoodCode::of($optionCode, option: $optionName, callback: function ($key, $option) {
0 commit comments