Skip to content

Commit

Permalink
update url references
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cordova committed Mar 21, 2019
1 parent 2e03af4 commit 6b4777d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This custom skill is a demo store that showcases how to use Amazon Pay with your
Before you start working on this skill, you will need to create the following accounts:
* [Amazon Developer Account](http://developer.amazon.com/alexa)
* [Amazon Web Services Account](http://aws.amazon.com/)
* [Amazon Pay Merchant Account](https://pay.amazon.com/us)
* [Amazon Pay Merchant Account](https://pay.amazon.com/signup)
* [Amazon Pay Sandbox Test Account](https://www.youtube.com/watch?v=m5teEFRZB8A)

## Setting Up the Demo
Expand Down
2 changes: 1 addition & 1 deletion lambda/custom/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
To run the skill, the minimum values you need configure are: sellerId, sandboxCustomerEmailId, and bucketName
A detailed list of attribute descriptions can be found here:
https://developer.integ.amazon.com/docs/amazon-pay/amazon-pay-apis-for-alexa.html
https://developer.amazon.com/docs/amazon-pay/amazon-pay-apis-for-alexa.html
**/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion lambda/custom/error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = require( 'config' );

/**
A detailed list of all payment declines and processing errors can be found here:
https://developer.integ.amazon.com/docs/amazon-pay/payment-declines-and-processing-errors.html
https://developer.amazon.com/docs/amazon-pay/payment-declines-and-processing-errors.html
**/


Expand Down

0 comments on commit 6b4777d

Please sign in to comment.