From 397d6ada208d62dad5ff618e65d0d6d44fa78021 Mon Sep 17 00:00:00 2001 From: Ivan Marynych <49816584+loqimean@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:10:45 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c571350..61117a1 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ class PaymentsController < ApplicationController end ``` +## Useful +[Test cards](https://na-gateway.mastercard.com/api/documentation/integrationGuidelines/supportedFeatures/testAndGoLive.html?locale=en_US) + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.