Mostafa Shoman
Results
2
comments of
Mostafa Shoman
I had the Same problem. I got the script built by editing file tsconfig.json and adding `"strictNullChecks": false,` inside `compilerOptions`. Hope this helps.
@zamliyconsulting As I see in your postFulfillment function. `fulfillOrder($orderid,$postdata,$config);` But you don't have $orderid in your code. The way I do it is get the original order data, then create...