Skip to content

Commit

Permalink
Merge branch 'master' into readme-troubleshooting-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xengravity authored Apr 30, 2019
2 parents dff40da + 430bbff commit 0d837a1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 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 for 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 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 0d837a1

Please sign in to comment.