|
@@ -697,7 +697,8 @@ function __construct(){
|
|
|
public function get_gx($ddh,$ydh,$xg,$shop,$ex,$msg,$shopifyid)
|
|
|
{
|
|
|
$res = '';
|
|
|
- if($shop['shopname'] == 'alipearlstore' || $shop['shopname'] == 'finsahair' || $shop['shopname'] == 'baddiebeautyshop')
|
|
|
+
|
|
|
+ if(in_array($shop['shopname'],['alipearlstore','finsahair','baddiebeautyshop','yolissahair']))
|
|
|
{
|
|
|
$url = 'https://'.$shop['shopname'].'.myshopify.com/admin/api/2022-10/orders/'.$shopifyid.'/fulfillment_orders.json';
|
|
|
$headerA[] = "X-Shopify-Access-Token: ".$shop['token'];
|