Share data from `CreateRecord::handleRecordCreation` to `getRedirectUrl`
I'm contacting the payment processor within
Alternatively if I contact the processor in
handleRecordCreation to retrieve a redirect url. How can I pass that url to getRedirectUrl so the user is automatically redirected to the payment page? Alternatively if I contact the processor in
afterCreate is it possible to redirect the user from there?