Skip to content

Commit

Permalink
Merge pull request #76 from salman0802/patch-1
Browse files Browse the repository at this point in the history
Update ApplicationCharge.php
  • Loading branch information
tareqtms authored May 21, 2019
2 parents 07361d1 + 5d0e935 commit 184d2a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/ApplicationCharge.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ class ApplicationCharge extends ShopifyResource
* @inheritDoc
*/
public $countEnabled = false;
}

// To activate ApplicationCharge
protected $customPostActions = array(
'activate',
);
}

0 comments on commit 184d2a1

Please sign in to comment.