Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangamesh T committed Aug 1, 2024
1 parent 1143039 commit 24581f5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@ This guide provides step-by-step instructions on how to use the Amazon Pay Clien
### Prerequisites

- Ruby installed on your system.
- `amazon_pay` gem installed or this source code has been imported in your project.
- `amazon-pay-api-sdk-ruby` gem installed or this source code has been imported in your project.
- Your `publicKeyId` & `privateKey.pem` file available.

### Install
```
gem install amazon-pay-api-sdk-ruby
```
or add the following in your Gemfile:

```ruby
gem 'amazon-pay-api-sdk-ruby'
```
```
bundle install
```

### Configuration

Create a configuration with your Amazon Pay credentials and region:
Expand Down

0 comments on commit 24581f5

Please sign in to comment.