-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Bitcoin constant and a new $payment->isPending() method.
- Loading branch information
Rick Wong
committed
May 15, 2014
1 parent
c8c47c6
commit 4ca2d2d
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# Mollie API client for PHP # | ||
|
||
Accepting [iDEAL](https://www.mollie.nl/betaaldiensten/ideal/), [Mister Cash](https://www.mollie.nl/betaaldiensten/mistercash/), [Creditcard](https://www.mollie.nl/betaaldiensten/creditcard/), [bank transfer](https://www.mollie.nl/betaaldiensten/overboeking/), [PayPal](https://www.mollie.nl/betaaldiensten/paypal/), and [paysafecard](https://www.mollie.nl/betaaldiensten/paysafecard/) online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers. | ||
Accepting [iDEAL](https://www.mollie.nl/betaaldiensten/ideal/), [Mister Cash](https://www.mollie.nl/betaaldiensten/mistercash/), [Creditcard](https://www.mollie.nl/betaaldiensten/creditcard/), [SEPA Bank transfer](https://www.mollie.nl/betaaldiensten/overboeking/), [Bitcoin](https://www.mollie.nl/betaaldiensten/bitcoin/), [PayPal](https://www.mollie.nl/betaaldiensten/paypal/), and [paysafecard](https://www.mollie.nl/betaaldiensten/paysafecard/) online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers. | ||
|
||
[![Build Status](https://travis-ci.org/mollie/mollie-api-php.png)](https://travis-ci.org/mollie/mollie-api-php) | ||
|
||
|
@@ -128,6 +128,7 @@ Contact: [www.mollie.nl](http://www.mollie.nl) — [email protected] — +31 20-612 | |
+ [More information about credit card via Mollie](https://www.mollie.nl/betaaldiensten/creditcard/) | ||
+ [More information about Mister Cash via Mollie](https://www.mollie.nl/betaaldiensten/mistercash/) | ||
+ [More information about SEPA Bank transfer via Mollie](https://www.mollie.nl/betaaldiensten/overboeking/) | ||
+ [More information about Bitcoin via Mollie](https://www.mollie.nl/betaaldiensten/bitcoin/) | ||
+ [More information about PayPal via Mollie](https://www.mollie.nl/betaaldiensten/paypal/) | ||
+ [More information about paysafecard via Mollie](https://www.mollie.nl/betaaldiensten/paysafecard/) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"keywords": ["mollie","payment", "service", "ideal", "creditcard", "mistercash", "paypal", "paysafecard", "payments", "gateway"], | ||
"keywords": ["mollie","payment", "service", "ideal", "creditcard", "mistercash", "sepa", "bitcoin", "paypal", "paysafecard", "payments", "gateway"], | ||
"require-dev": { | ||
"phpunit/phpunit": "3.7.*" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters