paypal-examples / docs-examples

Examples from the official PayPal Developer Docs
Apache License 2.0
159 stars 496 forks source link

Bump SDK version to 0.6.0; Resolve name changes related to bump #165

Closed LeonarthusMectus closed 1 week ago

LeonarthusMectus commented 2 weeks ago

This PR bumps the SDKs for each language in both standard and advanced integrations to the most current released version. This also resolves some namespace/class name changes as a result of that bump.

These namespace/class name changes were required to resolve issues with some languages on case-sensitive filesystems (such as ext4) which would cause cryptic error messages due to variants of the ClassNotFound exception.

No functionality is changed in this PR.

LeonarthusMectus commented 1 week ago

Node Checkout Intent enum has changed and its breaking the create order step

Good catch, I fixed this is both std/adv.