You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,12 @@ _Note: Your application must be public to test the billing process. To test on a
109
109
})
110
110
# Redirect user to application_charge.confirmation_url so they can approve the charge
111
111
```
112
-
1. After approving the charge, the user is redirected to `return_url`with`charge_id` parameter
112
+
1. After approving the charge, the user is redirected to `return_url`with`charge_id` parameter (_Note: This action is no longer necessary if the charge is created with [API version 2021-01or later](https://shopify.dev/changelog/auto-activation-of-charges-and-subscriptions)_)
1. Check that `activated_charge` status is`active` (_Note: This action is no longer necessary if the charge is created with [API version 2021-01or later](https://shopify.dev/changelog/auto-activation-of-charges-and-subscriptions)_)
117
+
1. Check that `activated_charge` status is`active`
0 commit comments