Skip to content

Commit 4208c3d

Browse files
authored
Merge pull request #448 from Shopify/melaniew/update_ApplicationCharge_instructions
Mention activation charge changes in 2021-01 version
2 parents f4598cc + f7f9061 commit 4208c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ _Note: Your application must be public to test the billing process. To test on a
114114
charge = shopify.ApplicationCharge.find(charge_id)
115115
shopify.ApplicationCharge.activate(charge)
116116
```
117-
1. Check that `activated_charge` status is `active`
117+
1. Check that `activated_charge` status is `active` (_Note: This action is no longer necessary if the charge is created with [API version 2021-01 or later](https://shopify.dev/changelog/auto-activation-of-charges-and-subscriptions)_)
118118
```python
119119
activated_charge = shopify.ApplicationCharge.find(charge_id)
120120
has_been_billed = activated_charge.status == 'active'

0 commit comments

Comments
 (0)