Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon Pay Integration #644

Merged
merged 9 commits into from
Jan 14, 2020
Merged

Amazon Pay Integration #644

merged 9 commits into from
Jan 14, 2020

Conversation

KaanKC
Copy link
Contributor

@KaanKC KaanKC commented Jan 14, 2020

Proposed changes

Adds Amazon Pay API integration.
Adds Amazon Pay payload builder.
Updates Amazon Pay Docs.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • [ TODO ] I have added tests to cover my changes
  • All new and existing tests passed

Includes helper methods for the buyerID and buyer address
The buyer address API endpoint returns an array containing all of the user's addresses. The default address has the DefaultOneClickShippingAddress type. The helper method returns that address object.
We added an AmazonPay module that offers payload builders for the setup and charge directive. Because of that we renamed the AmazonPay service file to AmazonPayAPI. We also added a feature to map the alexa api to the amazon pay api. Because of that, the host property in the options of amazon pay api requests is not necessary anymore.
adds the new features (payload builder, amazon pay api) to docs
@aswetlow aswetlow merged commit 7906e3c into jovotech:master Jan 14, 2020
@KaanKC KaanKC deleted the feature/amazon-pay branch March 25, 2020 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants