Skip to content

Commit dde59ba

Browse files
committed
Merge branch 'master' of github.com:superbrave/omnipay-icepay-payments
2 parents 3b8add5 + 4354946 commit dde59ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
77
processing library for PHP 7.2.9+. This package implements Icepay Payments support for Omnipay and it supports ICEX2.0. Therefore you need a `SecretKey` and a `ContractProfileId` (also known as `UserId`).
88

9-
*Do not that this implementation does not support Authorise-Capture (for Afterpay) yet.*
9+
*Do note that this implementation does not support Authorise-Capture (for Afterpay) yet.*
1010

1111
## Installation
1212

@@ -90,7 +90,7 @@ This will return the order details as well as the checkout HTML snippet to rende
9090

9191
[API documentation](http://docs2.icepay.com/calling-our-webservice/transaction-functions/)
9292

93-
### Refund
93+
### Status
9494

9595
```php
9696
$success = $gateway->fetchTransaction([
@@ -105,6 +105,7 @@ $success = $gateway->fetchTransaction([
105105
[API documentation](https://icepay2.docs.apiary.io/#reference/0/transaction)
106106

107107
### Refund
108+
*Do note: refunds have not been tested in production*
108109

109110
```php
110111
$success = $gateway->refund([

0 commit comments

Comments
 (0)