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 478382a + 75c0f4f commit da955a9Copy full SHA for da955a9
lib/Refund.php
@@ -14,7 +14,7 @@
14
* --------------------------------------------------------------------------
15
* Refund -> Custom actions
16
17
- * @method array calculate(array $config) 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