Skip to content

Commit eb27f30

Browse files
committed
add statues
1 parent 3289e8e commit eb27f30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Omnipay Offline Dummy Gateway for testing
44

5+
[![tests](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/tests.yml/badge.svg)](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/tests.yml)
6+
[![analyse](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/analyse.yml/badge.svg)](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/analyse.yml)
7+
[![style-fix](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/style-fix.yml/badge.svg)](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/style-fix.yml)
8+
59
## Instalation
610

711
```sh
@@ -29,4 +33,4 @@ $request = $gateway->purchase([
2933
])->send();
3034

3135
$response->redirect();
32-
```
36+
```

0 commit comments

Comments
 (0)