We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a1f0d commit 88d09f6Copy full SHA for 88d09f6
README.md
@@ -80,7 +80,7 @@ return Payment::executePayment($amount, $invoiceId, $txnId, $date);
80
return Payment::executePayment(10, 'CBX10101', '10127373', '2022-08-26');
81
```
82
83
-### 2. Create Payment for RestAPI
+### 2. Create Payment for REST API
84
85
86
use Codeboxr\Upay\Facade\Payment;
0 commit comments