Const
Dispatch to load a successful OAuth authorization code response.
{ type: "oauth/AUTHORIZE_SUCCESS", payload: { authorization_code: "authorization-code" }} Copy
{ type: "oauth/AUTHORIZE_SUCCESS", payload: { authorization_code: "authorization-code" }}
module-payit-credit/lib/browser/reducers/oauthReducers.authorize
Dispatch to load a successful OAuth authorization code response.