rnative-stripe-api
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "rnative-stripe-api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This module is used to call stripe api directly without client library using form-urlencoded", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ # README # | ||
"billing_details": { | ||
"email": "testuser1@example.com", | ||
"email": "youruser@example.com", | ||
"name": "nameoncard", | ||
@@ -23,0 +23,0 @@ }, |
3794