We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76b2e5 commit c69e212Copy full SHA for c69e212
1 file changed
README.md
@@ -62,7 +62,7 @@ All card values/fields should be String literals.
62
cardToken = results[:token]
63
64
```
65
-Throws a PaystackCardError if card is invalid i.e `isValidCard` returns false or card is nil
+Throws a `PaystackCardError` if card is invalid i.e `isValidCard` returns false or card is nil
66
67
68
### Charge Customer with token
0 commit comments