17 lines
376 B
PHP
17 lines
376 B
PHP
<?php
|
|
/**
|
|
* cart.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-26 15:25:29
|
|
* @modified 2022-08-26 15:25:29
|
|
*/
|
|
|
|
return [
|
|
'sku_id' => 'ID SKU',
|
|
'quantity' => 'kuantitas yang dibeli',
|
|
'stock_out' => 'stok tidak mencukupi',
|
|
];
|