Skip to content

Commit f7f9061

Browse files
Update README.md
Co-authored-by: Kevin O'Sullivan <[email protected]>
1 parent 94aed5f commit f7f9061

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` (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))
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)