This commit is contained in:
Mekan1206
2026-04-29 22:26:04 +05:00
parent 9b95087b94
commit dd633ef7da
19 changed files with 314 additions and 35 deletions

View File

@@ -69,7 +69,7 @@ class Order extends Resource
*
* @var array
*/
public static $with = ['items'];
public static $with = ['items', 'shippingMethod'];
/**
* Indicates whether the resource should automatically poll for new resources.