Merge branch 'branch-jagad' into 'main'

Update WhatsappHelper.php

See merge request fiqhpratama1/xpendify!45
This commit is contained in:
Jagad Raya
2025-02-15 05:24:26 +00:00
+10 -5
View File
@@ -45,7 +45,8 @@ class WhatsappHelper
], ],
'json' => [ 'json' => [
'data' => $data 'data' => $data
] ],
'verify' => false,
]); ]);
return $response->getBody()->getContents(); return $response->getBody()->getContents();
@@ -88,7 +89,8 @@ class WhatsappHelper
], ],
'json' => [ 'json' => [
'data' => $data 'data' => $data
] ],
'verify' => false,
]); ]);
return $response->getBody()->getContents(); return $response->getBody()->getContents();
@@ -131,7 +133,8 @@ class WhatsappHelper
], ],
'json' => [ 'json' => [
'data' => $data 'data' => $data
] ],
'verify' => false,
]); ]);
return $response->getBody()->getContents(); return $response->getBody()->getContents();
@@ -174,7 +177,8 @@ class WhatsappHelper
], ],
'json' => [ 'json' => [
'data' => $data 'data' => $data
] ],
'verify' => false,
]); ]);
return $response->getBody()->getContents(); return $response->getBody()->getContents();
@@ -217,7 +221,8 @@ class WhatsappHelper
], ],
'json' => [ 'json' => [
'data' => $data 'data' => $data
] ],
'verify' => false,
]); ]);
return $response->getBody()->getContents(); return $response->getBody()->getContents();