Skip to content

Commit

Permalink
Merge pull request alexa-samples#1 from alexa/fast-follow
Browse files Browse the repository at this point in the history
URL Updates
  • Loading branch information
xengravity authored Mar 21, 2019
2 parents 2e03af4 + b4d54cb commit 430bbff
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .ask/config
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
}
}
}
}
a
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build An Alexa Skill with Amazon Pay - Demo Store
Do you currently sell goods or services on other channels but want to expand to Alexa to reach new and existing customers? Good news, with [Amazon Pay](https://developer.amazon.com/alexa-skills-kit/make-money/amazon-pay), you can offer a seamless voice purchasing experience to your customers, allowing them to purchase real-world goods and services via Alexa - without having to leave the voice experience.
Do you currently sell goods or services on other channels but want to expand to Alexa to reach new and existing customers? Good news, with [Amazon Pay](https://developer.amazon.com/alexa-skills-kit/make-money/amazon-pay), you can offer a seamless voice purchasing experience to your customers, allowing them to purchase real-world goods and services with Alexa - without having to leave the voice experience.

This custom skill is a demo store that showcases how to use Amazon Pay with your shopping experiences on Alexa.
This custom skill is a demo store that showcases how to use Amazon Pay with your shopping experiences with Alexa.

## What You Will Need
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 hooks/post_new_hook.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ if ($DO_DEBUG) {
Write-Output "###########################"
}

exit 0
exit 0
4 changes: 1 addition & 3 deletions hooks/post_new_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ grep "sourceDir" $SKILL_NAME/skill.json | cut -d: -f2 | sed 's/"//g' | sed 's/,
done
echo "###########################"

exit 0


exit 0
2 changes: 1 addition & 1 deletion hooks/pre_deploy_hook.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ if ($TARGET -eq "all" -Or $TARGET -eq "lambda") {
}
}

exit 0
exit 0
3 changes: 1 addition & 2 deletions hooks/pre_deploy_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ if [[ $TARGET == "all" || $TARGET == "lambda" ]]; then
echo "###########################"
fi

exit 0

exit 0
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
2 changes: 1 addition & 1 deletion lambda/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"ask-sdk-core": "^2.4.0",
"ask-sdk-s3-persistence-adapter": "^2.4.0"
}
}
}
3 changes: 1 addition & 2 deletions lambda/custom/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,4 @@ module.exports = {
'getSimulationString': getSimulationString,
'getSlotValues': getSlotValues,
'resetSetup': resetSetup,
};

};

0 comments on commit 430bbff

Please sign in to comment.