Skip to content

Commit

Permalink
updated badge and added visa to the game
Browse files Browse the repository at this point in the history
  • Loading branch information
giwiro committed Feb 25, 2022
1 parent a875484 commit 6db5ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Node.js wrapper for [Culqi](https://www.culqi.com/) web services. It is written in typescript using pure Node.js api with 0 runtime dependencies.

[![npm version](https://badge.fury.io/js/culqi-node.svg)](https://badge.fury.io/js/culqi-node)
[![Build Status](https://travis-ci.org/giwiro/culqi-node.svg?branch=master)](https://travis-ci.org/giwiro/culqi-node)
[![Build Status](https://circleci.com/gh/giwiro/culqi-node.svg?style=shield)](https://app.circleci.com/pipelines/github/giwiro/culqi-node?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/giwiro/culqi-node/badge.svg?branch=master)](https://coveralls.io/github/giwiro/culqi-node?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![types](https://img.shields.io/npm/types/culqi-node)]()
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const diners: Partial<CreateTokenRequest> = {
expiration_month: '04',
};

const cards = [mastercard, american, diners];
const cards = [visa, mastercard, american, diners];

export function generateCreateTokenRequest(): CreateTokenRequest {
const email = `richard-${Date.now()}-${Math.floor(
Expand Down

0 comments on commit 6db5ec8

Please sign in to comment.