We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a233b8d + 9f47fb1 commit 75c0f4fCopy full SHA for 75c0f4f
lib/Refund.php
@@ -14,7 +14,7 @@
14
* --------------------------------------------------------------------------
15
* Refund -> Custom actions
16
17
- * @method array calculate() Calculate a Refund.
+ * @method array calculate(array $calculation = null) Calculate a Refund.
18
*
19
*/
20
class Refund extends ShopifyResource
@@ -30,4 +30,4 @@ class Refund extends ShopifyResource
30
protected $customPostActions = array (
31
'calculate',
32
);
33
-}
+}
0 commit comments