Kevin Shi

Results 7 comments of Kevin Shi

Hey so I know this issue is 2 years old but I recently needed to run a multi-step build as well so I made a fork that includes this functionality:...

@celsomtrindade This worked for me, thank you! Do you mind telling me how/why this fixes it?

it's not needed, closing! i think this was a hypothesis from figuring out the API latency, where we thought it may have been the dynamic imports from variable functionality +...

Currently do not have the time to test this myself, but try something like this: Follow paypal's documentation for REST integration on the server side: https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/server-side-REST-integration/ Create a url on...

I believe for REST API it is `yoururl.com/foo/bar?access_token=yourtoken`

Good catch! Perhaps a cleaner solution would be to implement the `elementExists` check inside of `ngAfterViewChecked`, since that hook should be called whenever more parts of the template are rendered....

Hi, sorry for the late reply. It looks like this feature was added recently. I have updated the project to include the `return actions.payment.execute().then(() => {});` line.